#D0C99C

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

Shades of Tahuna Sands #D0C99C

Tints of Tahuna Sands #D0C99C

Color information

#D0C99C (or 0xD0C99C) is unknown color: approx Tahuna Sands. HEX triplet: D0, C9 and 9C. RGB value is (208,201,156). Sum of RGB (Red+Green+Blue) = 208+201+156=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C99C is #2F3663. Grayscale: #C6C6C6. Windows color (decimal): -3094116 or 10275280. OLE color: 10275280.

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

Color convert

RGB208201156-
CMYK00.030.250.18
HSL51.92º35.62%71.37%-
HSV(B)51.92º25%81.57%-
XYZ52.957.5839.78-
YUV197.96104.32135.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=36.81%
G=35.58%
B=27.61%

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
Decimal20820115600.030.250.1851.9235.6271.37
HexD0C99C031912342447
Octal3203112340331226444107
Binary11010000110010011001110001111001100101101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C99C; }

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

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

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

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

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

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

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

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