#D5A710

Color #D5A710 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #D5A710

Tints of Galliano #D5A710

Color information

#D5A710 (or 0xD5A710) is unknown color: approx Galliano. HEX triplet: D5, A7 and 10. RGB value is (213,167,16). Sum of RGB (Red+Green+Blue) = 213+167+16=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A710 is #2A58EF. Grayscale: #A4A4A4. Windows color (decimal): -2775280 or 1091541. OLE color: 1091541.

HSL color Cylindrical-coordinate representation of color #D5A710: hue angle of 45.99º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5A710 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB21316716-
CMYK00.220.920.16
HSL45.99º86.03%44.9%-
HSV(B)45.99º92.49%83.53%-
XYZ41.3541.826.38-
YUV163.5444.74163.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 53.79%
GREEN value IS 167 (65.62% from 255) = 42.17%
BLUE value IS 16 (6.64% from 255) = 4.04%
R=53.79%
G=42.17%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131671600.220.920.1645.9986.0344.9
HexD5A7100165C102e562d
Octal32524720026134205612655
Binary1101010110100111100000101101011100100001011101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A710; }

 p { color: rgb(213,167,16); }

 H1.HeaderClassName
 {
   color: #D5A710;
 }
 .AnyTagClassName
 {
   color: #D5A710;
 }
</style>
background-color css

<style>
 a { background-color: #D5A710; }

 a { background-color: rgb(213,167,16); }

 div.DivClassName
 {
   background-color: #D5A710;
 }
 .BgClassName
 {
   background-color: #D5A710;
 }
</style>
border-color css

<style>
 span { border-color: #D5A710; }

 span { border-color: rgb(213,167,16); }

 td.TdClassName
 {
   border-color: #D5A710;
 }
 .TagClassName
 {
   border-color: #D5A710;
 }
</style>