#D2CAA4

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

Shades of Tahuna Sands #D2CAA4

Tints of Tahuna Sands #D2CAA4

Color information

#D2CAA4 (or 0xD2CAA4) is unknown color: approx Tahuna Sands. HEX triplet: D2, CA and A4. RGB value is (210,202,164). Sum of RGB (Red+Green+Blue) = 210+202+164=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CAA4 is #2D355B. Grayscale: #C8C8C8. Windows color (decimal): -2962780 or 10799826. OLE color: 10799826.

HSL color Cylindrical-coordinate representation of color #D2CAA4: hue angle of 49.57º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2CAA4 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB210202164-
CMYK00.040.220.18
HSL49.57º33.82%73.33%-
HSV(B)49.57º21.9%82.35%-
XYZ54.458.6243.57-
YUV200.06107.65135.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.46%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=36.46%
G=35.07%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020216400.040.220.1849.5733.8273.33
HexD2CAA4041612322249
Octal3223122440426226242111
Binary110100101100101010100100010010110100101100101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAA4; }

 p { color: rgb(210,202,164); }

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

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

 a { background-color: rgb(210,202,164); }

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

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

 span { border-color: rgb(210,202,164); }

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