#D9AB6A

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

Shades of Equator #D9AB6A

Tints of Equator #D9AB6A

Color information

#D9AB6A (or 0xD9AB6A) is unknown color: approx Equator. HEX triplet: D9, AB and 6A. RGB value is (217,171,106). Sum of RGB (Red+Green+Blue) = 217+171+106=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB6A is #265495. Grayscale: #B1B1B1. Windows color (decimal): -2512022 or 6990809. OLE color: 6990809.

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

Color convert

RGB217171106-
CMYK00.210.510.15
HSL35.14º59.36%63.33%-
HSV(B)35.14º51.15%85.1%-
XYZ45.7844.9219.89-
YUV177.3487.74156.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=43.93%
G=34.62%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717110600.210.510.1535.1459.3663.33
HexD9AB6A01533F233b3f
Octal3312531520256317437377
Binary110110011010101111010100101011100111111100011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB6A; }

 p { color: rgb(217,171,106); }

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

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

 a { background-color: rgb(217,171,106); }

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

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

 span { border-color: rgb(217,171,106); }

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