#D2CC9E

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

Shades of Tahuna Sands #D2CC9E

Tints of Tahuna Sands #D2CC9E

Color information

#D2CC9E (or 0xD2CC9E) is unknown color: approx Tahuna Sands. HEX triplet: D2, CC and 9E. RGB value is (210,204,158). Sum of RGB (Red+Green+Blue) = 210+204+158=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CC9E is #2D3361. Grayscale: #C8C8C8. Windows color (decimal): -2962274 or 10407122. OLE color: 10407122.

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

Color convert

RGB210204158-
CMYK00.030.250.18
HSL53.08º36.62%72.16%-
HSV(B)53.08º24.76%82.35%-
XYZ54.3459.3640.94-
YUV200.55103.99134.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.71%
GREEN value IS 204 (80.08% from 255) = 35.66%
BLUE value IS 158 (62.11% from 255) = 27.62%
R=36.71%
G=35.66%
B=27.62%

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
Decimal21020415800.030.250.1853.0836.6272.16
HexD2CC9E031912352548
Octal3223142360331226545110
Binary11010010110011001001111001111001100101101011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC9E; }

 p { color: rgb(210,204,158); }

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

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

 a { background-color: rgb(210,204,158); }

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

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

 span { border-color: rgb(210,204,158); }

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