#D6AF61

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

Shades of Equator #D6AF61

Tints of Equator #D6AF61

Color information

#D6AF61 (or 0xD6AF61) is unknown color: approx Equator. HEX triplet: D6, AF and 61. RGB value is (214,175,97). Sum of RGB (Red+Green+Blue) = 214+175+97=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF61 is #29509E. Grayscale: #B2B2B2. Windows color (decimal): -2707615 or 6402006. OLE color: 6402006.

HSL color Cylindrical-coordinate representation of color #D6AF61: hue angle of 40º 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 #D6AF61 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB21417597-
CMYK00.180.550.16
HSL40º58.79%60.98%-
HSV(B)40º54.67%83.92%-
XYZ45.2245.8217.77-
YUV177.7782.42153.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.03%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 97 (38.28% from 255) = 19.96%
R=44.03%
G=36.01%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141759700.180.550.164058.7960.98
HexD6AF610123710283b3d
Octal3262571410226720507375
Binary1101011010101111110000101001011011110000101000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF61; }

 p { color: rgb(214,175,97); }

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

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

 a { background-color: rgb(214,175,97); }

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

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

 span { border-color: rgb(214,175,97); }

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