#D8CCA0

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

Shades of Tahuna Sands #D8CCA0

Tints of Tahuna Sands #D8CCA0

Color information

#D8CCA0 (or 0xD8CCA0) is unknown color: approx Tahuna Sands. HEX triplet: D8, CC and A0. RGB value is (216,204,160). Sum of RGB (Red+Green+Blue) = 216+204+160=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CCA0 is #27335F. Grayscale: #CACACA. Windows color (decimal): -2569056 or 10538200. OLE color: 10538200.

HSL color Cylindrical-coordinate representation of color #D8CCA0: hue angle of 47.14º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8CCA0 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216204160-
CMYK00.060.260.15
HSL47.14º41.79%73.73%-
HSV(B)47.14º25.93%84.71%-
XYZ56.2660.3241.94-
YUV202.57103.98137.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.24%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=37.24%
G=35.17%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620416000.060.260.1547.1441.7973.73
HexD8CCA0061AF2f2a4a
Octal3303142400632175752112
Binary11011000110011001010000001101101011111011111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCA0; }

 p { color: rgb(216,204,160); }

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

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

 a { background-color: rgb(216,204,160); }

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

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

 span { border-color: rgb(216,204,160); }

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