#D1AE26

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

Shades of Galliano #D1AE26

Tints of Galliano #D1AE26

Color information

#D1AE26 (or 0xD1AE26) is unknown color: approx Galliano. HEX triplet: D1, AE and 26. RGB value is (209,174,38). Sum of RGB (Red+Green+Blue) = 209+174+38=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AE26 is #2E51D9. Grayscale: #A9A9A9. Windows color (decimal): -3035610 or 2535121. OLE color: 2535121.

HSL color Cylindrical-coordinate representation of color #D1AE26: hue angle of 47.72º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1AE26 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB20917438-
CMYK00.170.820.18
HSL47.72º69.23%48.43%-
HSV(B)47.72º81.82%81.96%-
XYZ41.7843.978.12-
YUV168.9654.1156.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 38 (15.23% from 255) = 9.03%
R=49.64%
G=41.33%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091743800.170.820.1847.7269.2348.43
HexD1AE260115212304530
Octal32125646021122226010560
Binary11010001101011101001100100011010010100101100001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AE26; }

 p { color: rgb(209,174,38); }

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

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

 a { background-color: rgb(209,174,38); }

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

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

 span { border-color: rgb(209,174,38); }

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