#D0CA95

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

Shades of Tahuna Sands #D0CA95

Tints of Tahuna Sands #D0CA95

Color information

#D0CA95 (or 0xD0CA95) is unknown color: approx Tahuna Sands. HEX triplet: D0, CA and 95. RGB value is (208,202,149). Sum of RGB (Red+Green+Blue) = 208+202+149=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA95 is #2F356A. Grayscale: #C5C5C5. Windows color (decimal): -3093867 or 9816784. OLE color: 9816784.

HSL color Cylindrical-coordinate representation of color #D0CA95: hue angle of 53.9º degrees, saturation: 0.39, 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 #D0CA95 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208202149-
CMYK00.030.280.18
HSL53.9º38.56%70%-
HSV(B)53.9º28.37%81.57%-
XYZ52.5657.8236.82-
YUV197.75100.49135.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=37.21%
G=36.14%
B=26.65%

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
Decimal20820214900.030.280.1853.938.5670
HexD0CA95031C12362746
Octal3203122250334226647106
Binary11010000110010101001010101111100100101101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA95; }

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

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

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

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

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

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

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

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