#D9D0A0

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

Shades of Tahuna Sands #D9D0A0

Tints of Tahuna Sands #D9D0A0

Color information

#D9D0A0 (or 0xD9D0A0) is unknown color: approx Tahuna Sands. HEX triplet: D9, D0 and A0. RGB value is (217,208,160). Sum of RGB (Red+Green+Blue) = 217+208+160=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 160 (62.89% from 255 or 27.35% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D0A0 is #262F5F. Grayscale: #CDCDCD. Windows color (decimal): -2502496 or 10539225. OLE color: 10539225.

HSL color Cylindrical-coordinate representation of color #D9D0A0: hue angle of 50.53º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9D0A0 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217208160-
CMYK00.040.260.15
HSL50.53º42.86%73.92%-
HSV(B)50.53º26.27%85.1%-
XYZ57.5262.442.27-
YUV205.22102.48136.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.09%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 160 (62.89% from 255) = 27.35%
R=37.09%
G=35.56%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720816000.040.260.1550.5342.8673.92
HexD9D0A0041AF332b4a
Octal3313202400432176353112
Binary11011001110100001010000001001101011111100111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0A0; }

 p { color: rgb(217,208,160); }

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

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

 a { background-color: rgb(217,208,160); }

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

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

 span { border-color: rgb(217,208,160); }

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