#D8AE60

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

Shades of Equator #D8AE60

Tints of Equator #D8AE60

Color information

#D8AE60 (or 0xD8AE60) is unknown color: approx Equator. HEX triplet: D8, AE and 60. RGB value is (216,174,96). Sum of RGB (Red+Green+Blue) = 216+174+96=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE60 is #27519F. Grayscale: #B2B2B2. Windows color (decimal): -2576800 or 6336216. OLE color: 6336216.

HSL color Cylindrical-coordinate representation of color #D8AE60: hue angle of 39º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8AE60 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB21617496-
CMYK00.190.560.15
HSL39º60.61%61.18%-
HSV(B)39º55.56%84.71%-
XYZ45.5745.7217.49-
YUV177.6781.91155.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 96 (37.89% from 255) = 19.75%
R=44.44%
G=35.80%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161749600.190.560.153960.6161.18
HexD8AE6001338F273d3d
Octal3302561400237017477575
Binary110110001010111011000000100111110001111100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE60; }

 p { color: rgb(216,174,96); }

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

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

 a { background-color: rgb(216,174,96); }

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

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

 span { border-color: rgb(216,174,96); }

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