#D4CB96

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

Shades of Tahuna Sands #D4CB96

Tints of Tahuna Sands #D4CB96

Color information

#D4CB96 (or 0xD4CB96) is unknown color: approx Tahuna Sands. HEX triplet: D4, CB and 96. RGB value is (212,203,150). Sum of RGB (Red+Green+Blue) = 212+203+150=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CB96 is #2B3469. Grayscale: #C7C7C7. Windows color (decimal): -2831466 or 9882580. OLE color: 9882580.

HSL color Cylindrical-coordinate representation of color #D4CB96: hue angle of 51.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4CB96 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212203150-
CMYK00.040.290.17
HSL51.29º41.89%70.98%-
HSV(B)51.29º29.25%83.14%-
XYZ54.0158.9137.38-
YUV199.6599.98136.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 150 (58.98% from 255) = 26.55%
R=37.52%
G=35.93%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220315000.040.290.1751.2941.8970.98
HexD4CB96041D11332a47
Octal3243132260435216352107
Binary110101001100101110010110010011101100011100111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CB96; }

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

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

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

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

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

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

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

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