#D0C99A

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

Shades of Tahuna Sands #D0C99A

Tints of Tahuna Sands #D0C99A

Color information

#D0C99A (or 0xD0C99A) is unknown color: approx Tahuna Sands. HEX triplet: D0, C9 and 9A. RGB value is (208,201,154). Sum of RGB (Red+Green+Blue) = 208+201+154=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C99A is #2F3665. Grayscale: #C5C5C5. Windows color (decimal): -3094118 or 10144208. OLE color: 10144208.

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

Color convert

RGB208201154-
CMYK00.030.260.18
HSL52.22º36.49%70.98%-
HSV(B)52.22º25.96%81.57%-
XYZ52.7357.5238.89-
YUV197.74103.32135.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 154 (60.55% from 255) = 27.35%
R=36.94%
G=35.70%
B=27.35%

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
Decimal20820115400.030.260.1852.2236.4970.98
HexD0C99A031A12342447
Octal3203112320332226444107
Binary11010000110010011001101001111010100101101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C99A; }

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

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

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

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

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

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

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

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