#D8CA96

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

Shades of Tahuna Sands #D8CA96

Tints of Tahuna Sands #D8CA96

Color information

#D8CA96 (or 0xD8CA96) is unknown color: approx Tahuna Sands. HEX triplet: D8, CA and 96. RGB value is (216,202,150). Sum of RGB (Red+Green+Blue) = 216+202+150=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CA96 is #273569. Grayscale: #C8C8C8. Windows color (decimal): -2569578 or 9882328. OLE color: 9882328.

HSL color Cylindrical-coordinate representation of color #D8CA96: hue angle of 47.27º 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 #D8CA96 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216202150-
CMYK00.060.310.15
HSL47.27º45.83%71.76%-
HSV(B)47.27º30.56%84.71%-
XYZ54.9459.0437.35-
YUV200.2699.64139.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=38.03%
G=35.56%
B=26.41%

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
Decimal21620215000.060.310.1547.2745.8371.76
HexD8CA96061FF2f2e48
Octal3303122260637175756110
Binary11011000110010101001011001101111111111011111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA96; }

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

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

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

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

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

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

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

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