#D4AE66

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

Shades of Equator #D4AE66

Tints of Equator #D4AE66

Color information

#D4AE66 (or 0xD4AE66) is unknown color: approx Equator. HEX triplet: D4, AE and 66. RGB value is (212,174,102). Sum of RGB (Red+Green+Blue) = 212+174+102=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE66 is #2B5199. Grayscale: #B1B1B1. Windows color (decimal): -2838938 or 6729428. OLE color: 6729428.

HSL color Cylindrical-coordinate representation of color #D4AE66: hue angle of 39.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4AE66 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212174102-
CMYK00.180.520.17
HSL39.27º56.12%61.57%-
HSV(B)39.27º51.89%83.14%-
XYZ44.6945.2318.95-
YUV177.1585.59152.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.44%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 102 (40.23% from 255) = 20.90%
R=43.44%
G=35.66%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217410200.180.520.1739.2756.1261.57
HexD4AE66012341127383e
Octal3242561460226421477076
Binary1101010010101110110011001001011010010001100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE66; }

 p { color: rgb(212,174,102); }

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

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

 a { background-color: rgb(212,174,102); }

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

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

 span { border-color: rgb(212,174,102); }

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