#D0CA9C

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

Shades of Tahuna Sands #D0CA9C

Tints of Tahuna Sands #D0CA9C

Color information

#D0CA9C (or 0xD0CA9C) is unknown color: approx Tahuna Sands. HEX triplet: D0, CA and 9C. RGB value is (208,202,156). Sum of RGB (Red+Green+Blue) = 208+202+156=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA9C is #2F3563. Grayscale: #C6C6C6. Windows color (decimal): -3093860 or 10275536. OLE color: 10275536.

HSL color Cylindrical-coordinate representation of color #D0CA9C: hue angle of 53.08º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0CA9C is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208202156-
CMYK00.030.250.18
HSL53.08º35.62%71.37%-
HSV(B)53.08º25%81.57%-
XYZ53.1358.0539.86-
YUV198.55103.99134.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 202 (79.30% from 255) = 35.69%
BLUE value IS 156 (61.33% from 255) = 27.56%
R=36.75%
G=35.69%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820215600.030.250.1853.0835.6271.37
HexD0CA9C031912352447
Octal3203122340331226544107
Binary11010000110010101001110001111001100101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA9C; }

 p { color: rgb(208,202,156); }

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

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

 a { background-color: rgb(208,202,156); }

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

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

 span { border-color: rgb(208,202,156); }

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