#D9A769

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

Shades of Equator #D9A769

Tints of Equator #D9A769

Color information

#D9A769 (or 0xD9A769) is unknown color: approx Equator. HEX triplet: D9, A7 and 69. RGB value is (217,167,105). Sum of RGB (Red+Green+Blue) = 217+167+105=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 167 (65.62% from 255 or 34.15% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A769 is #265896. Grayscale: #AFAFAF. Windows color (decimal): -2513047 or 6924249. OLE color: 6924249.

HSL color Cylindrical-coordinate representation of color #D9A769: hue angle of 33.21º 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 #D9A769 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB217167105-
CMYK00.230.520.15
HSL33.21º59.57%63.14%-
HSV(B)33.21º51.61%85.1%-
XYZ44.9843.4119.37-
YUV174.8888.56158.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 167 (65.62% from 255) = 34.15%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=44.38%
G=34.15%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716710500.230.520.1533.2159.5763.14
HexD9A76901734F213c3f
Octal3312471510276417417477
Binary110110011010011111010010101111101001111100001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A769; }

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

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

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

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

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

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

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

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