#D4CAA2

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

Shades of Tahuna Sands #D4CAA2

Tints of Tahuna Sands #D4CAA2

Color information

#D4CAA2 (or 0xD4CAA2) is unknown color: approx Tahuna Sands. HEX triplet: D4, CA and A2. RGB value is (212,202,162). Sum of RGB (Red+Green+Blue) = 212+202+162=576 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.81% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 162 (63.67% from 255 or 28.12% from 576); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CAA2 is #2B355D. Grayscale: #C8C8C8. Windows color (decimal): -2831710 or 10668756. OLE color: 10668756.

HSL color Cylindrical-coordinate representation of color #D4CAA2: hue angle of 48º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4CAA2 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212202162-
CMYK00.050.240.17
HSL48º36.76%73.33%-
HSV(B)48º23.58%83.14%-
XYZ54.7958.8542.65-
YUV200.43106.31136.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.81%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 162 (63.67% from 255) = 28.12%
R=36.81%
G=35.07%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220216200.050.240.174836.7673.33
HexD4CAA2051811302549
Octal3243122420530216045111
Binary110101001100101010100010010111000100011100001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAA2; }

 p { color: rgb(212,202,162); }

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

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

 a { background-color: rgb(212,202,162); }

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

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

 span { border-color: rgb(212,202,162); }

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