#D9CB96

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

Shades of Tahuna Sands #D9CB96

Tints of Tahuna Sands #D9CB96

Color information

#D9CB96 (or 0xD9CB96) is unknown color: approx Tahuna Sands. HEX triplet: D9, CB and 96. RGB value is (217,203,150). Sum of RGB (Red+Green+Blue) = 217+203+150=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CB96 is #263469. Grayscale: #C9C9C9. Windows color (decimal): -2503786 or 9882585. OLE color: 9882585.

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

Color convert

RGB217203150-
CMYK00.060.310.15
HSL47.46º46.85%71.96%-
HSV(B)47.46º30.88%85.1%-
XYZ55.4859.6737.45-
YUV201.1499.14139.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=38.07%
G=35.61%
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
Decimal21720315000.060.310.1547.4646.8571.96
HexD9CB96061FF2f2f48
Octal3313132260637175757110
Binary11011001110010111001011001101111111111011111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB96; }

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

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

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

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

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

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

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

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