#D2C0BF

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

Shades of Alto #D2C0BF

Tints of Alto #D2C0BF

Color information

#D2C0BF (or 0xD2C0BF) is unknown color: approx Alto. HEX triplet: D2, C0 and BF. RGB value is (210,192,191). Sum of RGB (Red+Green+Blue) = 210+192+191=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C0BF is #2D3F40. Grayscale: #C5C5C5. Windows color (decimal): -2965313 or 12566738. OLE color: 12566738.

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

Color convert

RGB210192191-
CMYK00.090.090.18
HSL3.16º17.43%78.63%-
HSV(B)3.16º9.05%82.35%-
XYZ54.8355.1657.05-
YUV197.27124.46137.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 191 (75% from 255) = 32.21%
R=35.41%
G=32.38%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019219100.090.090.183.1617.4378.63
HexD2C0BF099123114f
Octal3223002770111122321117
Binary1101001011000000101111110100110011001011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C0BF; }

 p { color: rgb(210,192,191); }

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

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

 a { background-color: rgb(210,192,191); }

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

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

 span { border-color: rgb(210,192,191); }

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