#D1CA9C

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

Shades of Tahuna Sands #D1CA9C

Tints of Tahuna Sands #D1CA9C

Color information

#D1CA9C (or 0xD1CA9C) is unknown color: approx Tahuna Sands. HEX triplet: D1, CA and 9C. RGB value is (209,202,156). Sum of RGB (Red+Green+Blue) = 209+202+156=567 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.86% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 156 (61.33% from 255 or 27.51% from 567); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CA9C is #2E3563. Grayscale: #C7C7C7. Windows color (decimal): -3028324 or 10275537. OLE color: 10275537.

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

Color convert

RGB209202156-
CMYK00.030.250.18
HSL52.08º36.55%71.57%-
HSV(B)52.08º25.36%81.96%-
XYZ53.4258.239.87-
YUV198.85103.82135.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.86%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 156 (61.33% from 255) = 27.51%
R=36.86%
G=35.63%
B=27.51%

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
Decimal20920215600.030.250.1852.0836.5571.57
HexD1CA9C031912342548
Octal3213122340331226445110
Binary11010001110010101001110001111001100101101001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA9C; }

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

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

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

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

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

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

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

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