#D9AC69

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

Shades of Equator #D9AC69

Tints of Equator #D9AC69

Color information

#D9AC69 (or 0xD9AC69) is unknown color: approx Equator. HEX triplet: D9, AC and 69. RGB value is (217,172,105). Sum of RGB (Red+Green+Blue) = 217+172+105=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AC69 is #265396. Grayscale: #B2B2B2. Windows color (decimal): -2511767 or 6925529. OLE color: 6925529.

HSL color Cylindrical-coordinate representation of color #D9AC69: hue angle of 35.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9AC69 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB217172105-
CMYK00.210.520.15
HSL35.89º59.57%63.14%-
HSV(B)35.89º51.61%85.1%-
XYZ45.9245.2819.68-
YUV177.8286.91155.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=43.93%
G=34.82%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717210500.210.520.1535.8959.5763.14
HexD9AC6901534F243c3f
Octal3312541510256417447477
Binary110110011010110011010010101011101001111100100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC69; }

 p { color: rgb(217,172,105); }

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

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

 a { background-color: rgb(217,172,105); }

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

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

 span { border-color: rgb(217,172,105); }

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