#D6AF69

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

Shades of Equator #D6AF69

Tints of Equator #D6AF69

Color information

#D6AF69 (or 0xD6AF69) is unknown color: approx Equator. HEX triplet: D6, AF and 69. RGB value is (214,175,105). Sum of RGB (Red+Green+Blue) = 214+175+105=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF69 is #295096. Grayscale: #B3B3B3. Windows color (decimal): -2707607 or 6926294. OLE color: 6926294.

HSL color Cylindrical-coordinate representation of color #D6AF69: hue angle of 38.53º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6AF69 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB214175105-
CMYK00.180.510.16
HSL38.53º57.07%62.55%-
HSV(B)38.53º50.93%83.92%-
XYZ45.6145.9819.83-
YUV178.6886.42153.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=43.32%
G=35.43%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417510500.180.510.1638.5357.0762.55
HexD6AF69012331027393f
Octal3262571510226320477177
Binary1101011010101111110100101001011001110000100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF69; }

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

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

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

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

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

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

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

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