#D6AE60

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

Shades of Equator #D6AE60

Tints of Equator #D6AE60

Color information

#D6AE60 (or 0xD6AE60) is unknown color: approx Equator. HEX triplet: D6, AE and 60. RGB value is (214,174,96). Sum of RGB (Red+Green+Blue) = 214+174+96=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE60 is #29519F. Grayscale: #B1B1B1. Windows color (decimal): -2707872 or 6336214. OLE color: 6336214.

HSL color Cylindrical-coordinate representation of color #D6AE60: hue angle of 39.66º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6AE60 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21417496-
CMYK00.190.550.16
HSL39.66º59%60.78%-
HSV(B)39.66º55.14%83.92%-
XYZ44.9845.4117.46-
YUV177.0782.25154.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.21%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=44.21%
G=35.95%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141749600.190.550.1639.665960.78
HexD6AE600133710283b3d
Octal3262561400236720507375
Binary1101011010101110110000001001111011110000101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE60; }

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

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

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

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

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

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

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

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