#D4CC96

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

Shades of Tahuna Sands #D4CC96

Tints of Tahuna Sands #D4CC96

Color information

#D4CC96 (or 0xD4CC96) is unknown color: approx Tahuna Sands. HEX triplet: D4, CC and 96. RGB value is (212,204,150). Sum of RGB (Red+Green+Blue) = 212+204+150=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CC96 is #2B3369. Grayscale: #C8C8C8. Windows color (decimal): -2831210 or 9882836. OLE color: 9882836.

HSL color Cylindrical-coordinate representation of color #D4CC96: hue angle of 52.26º 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 #D4CC96 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212204150-
CMYK00.040.290.17
HSL52.26º41.89%70.98%-
HSV(B)52.26º29.25%83.14%-
XYZ54.2559.3837.46-
YUV200.2499.65136.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.46%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 150 (58.98% from 255) = 26.50%
R=37.46%
G=36.04%
B=26.50%

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
Decimal21220415000.040.290.1752.2641.8970.98
HexD4CC96041D11342a47
Octal3243142260435216452107
Binary110101001100110010010110010011101100011101001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC96; }

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

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

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

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

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

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

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

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