#D8CC96

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

Shades of Tahuna Sands #D8CC96

Tints of Tahuna Sands #D8CC96

Color information

#D8CC96 (or 0xD8CC96) is unknown color: approx Tahuna Sands. HEX triplet: D8, CC and 96. RGB value is (216,204,150). Sum of RGB (Red+Green+Blue) = 216+204+150=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CC96 is #273369. Grayscale: #C9C9C9. Windows color (decimal): -2569066 or 9882840. OLE color: 9882840.

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

Color convert

RGB216204150-
CMYK00.060.310.15
HSL49.09º45.83%71.76%-
HSV(B)49.09º30.56%84.71%-
XYZ55.4259.9937.51-
YUV201.4398.98138.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.89%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=37.89%
G=35.79%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620415000.060.310.1549.0945.8371.76
HexD8CC96061FF312e48
Octal3303142260637176156110
Binary11011000110011001001011001101111111111100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC96; }

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

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

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

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

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

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

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

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