#D6A128

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

Shades of Galliano #D6A128

Tints of Galliano #D6A128

Color information

#D6A128 (or 0xD6A128) is unknown color: approx Galliano. HEX triplet: D6, A1 and 28. RGB value is (214,161,40). Sum of RGB (Red+Green+Blue) = 214+161+40=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A128 is #295ED7. Grayscale: #A3A3A3. Windows color (decimal): -2711256 or 2662870. OLE color: 2662870.

HSL color Cylindrical-coordinate representation of color #D6A128: hue angle of 41.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6A128 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB21416140-
CMYK00.250.810.16
HSL41.72º68.5%49.8%-
HSV(B)41.72º81.31%83.92%-
XYZ40.8639.947.56-
YUV163.0558.56164.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.57%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 40 (16.02% from 255) = 9.64%
R=51.57%
G=38.80%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141614000.250.810.1641.7268.549.8
HexD6A12801951102a4532
Octal32624150031121205210562
Binary11010110101000011010000110011010001100001010101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A128; }

 p { color: rgb(214,161,40); }

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

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

 a { background-color: rgb(214,161,40); }

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

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

 span { border-color: rgb(214,161,40); }

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