#D9CBA0

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

Shades of Tahuna Sands #D9CBA0

Tints of Tahuna Sands #D9CBA0

Color information

#D9CBA0 (or 0xD9CBA0) is unknown color: approx Tahuna Sands. HEX triplet: D9, CB and A0. RGB value is (217,203,160). Sum of RGB (Red+Green+Blue) = 217+203+160=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CBA0 is #26345F. Grayscale: #CACACA. Windows color (decimal): -2503776 or 10537945. OLE color: 10537945.

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

Color convert

RGB217203160-
CMYK00.060.260.15
HSL45.26º42.86%73.92%-
HSV(B)45.26º26.27%85.1%-
XYZ56.326041.87-
YUV202.28104.14138.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.41%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=37.41%
G=35%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720316000.060.260.1545.2642.8673.92
HexD9CBA0061AF2d2b4a
Octal3313132400632175553112
Binary11011001110010111010000001101101011111011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CBA0; }

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

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

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

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

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

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

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

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