#d8cb96

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

Shades of Tahuna Sands #D8CB96

Tints of Tahuna Sands #D8CB96

Color information

#D8CB96 (or 0xD8CB96) is unknown color: approx Tahuna Sands. HEX triplet: D8, CB and 96. RGB value is (216,203,150). Sum of RGB (Red+Green+Blue) = 216+203+150=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CB96 is #273469. Grayscale: #C9C9C9. Windows color (decimal): -2569322 or 9882584. OLE color: 9882584.

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

Color convert

RGB216203150-
CMYK00.060.310.15
HSL48.18º45.83%71.76%-
HSV(B)48.18º30.56%84.71%-
XYZ55.1859.5137.43-
YUV200.8499.31138.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 150 (58.98% from 255) = 26.36%
R=37.96%
G=35.68%
B=26.36%

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
Decimal21620315000.060.310.1548.1845.8371.76
HexD8CB96061FF302e48
Octal3303132260637176056110
Binary11011000110010111001011001101111111111100001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8cb96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8cb96; }

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

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

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

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

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

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

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

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