#D0CA96

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

Shades of Tahuna Sands #D0CA96

Tints of Tahuna Sands #D0CA96

Color information

#D0CA96 (or 0xD0CA96) is unknown color: approx Tahuna Sands. HEX triplet: D0, CA and 96. RGB value is (208,202,150). Sum of RGB (Red+Green+Blue) = 208+202+150=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA96 is #2F3569. Grayscale: #C6C6C6. Windows color (decimal): -3093866 or 9882320. OLE color: 9882320.

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

Color convert

RGB208202150-
CMYK00.030.280.18
HSL53.79º38.16%70.2%-
HSV(B)53.79º27.88%81.57%-
XYZ52.6457.8537.25-
YUV197.87100.99135.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.14%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 150 (58.98% from 255) = 26.79%
R=37.14%
G=36.07%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820215000.030.280.1853.7938.1670.2
HexD0CA96031C12362646
Octal3203122260334226646106
Binary11010000110010101001011001111100100101101101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA96; }

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

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

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

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

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

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

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

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