#D2CAC9

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

Shades of Alto #D2CAC9

Tints of Alto #D2CAC9

Color information

#D2CAC9 (or 0xD2CAC9) is unknown color: approx Alto. HEX triplet: D2, CA and C9. RGB value is (210,202,201). Sum of RGB (Red+Green+Blue) = 210+202+201=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CAC9 is #2D3536. Grayscale: #CCCCCC. Windows color (decimal): -2962743 or 13224658. OLE color: 13224658.

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

Color convert

RGB210202201-
CMYK00.040.040.18
HSL6.67º9.09%80.59%-
HSV(B)6.67º4.29%82.35%-
XYZ58.2460.1663.8-
YUV204.28126.15132.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=34.26%
G=32.95%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020220100.040.040.186.679.0980.59
HexD2CAC9044127951
Octal32231231104422711121
Binary11010010110010101100100101001001001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAC9; }

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

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

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

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

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

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

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

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