#D0CA99

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

Shades of Tahuna Sands #D0CA99

Tints of Tahuna Sands #D0CA99

Color information

#D0CA99 (or 0xD0CA99) is unknown color: approx Tahuna Sands. HEX triplet: D0, CA and 99. RGB value is (208,202,153). Sum of RGB (Red+Green+Blue) = 208+202+153=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 153 (60.16% from 255 or 27.18% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA99 is #2F3566. Grayscale: #C6C6C6. Windows color (decimal): -3093863 or 10078928. OLE color: 10078928.

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

Color convert

RGB208202153-
CMYK00.030.260.18
HSL53.45º36.91%70.78%-
HSV(B)53.45º26.44%81.57%-
XYZ52.8857.9538.54-
YUV198.21102.49134.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 153 (60.16% from 255) = 27.18%
R=36.94%
G=35.88%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820215300.030.260.1853.4536.9170.78
HexD0CA99031A12352547
Octal3203122310332226545107
Binary11010000110010101001100101111010100101101011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA99; }

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

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

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

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

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

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

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

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