#D1C0BF

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

Shades of Alto #D1C0BF

Tints of Alto #D1C0BF

Color information

#D1C0BF (or 0xD1C0BF) is unknown color: approx Alto. HEX triplet: D1, C0 and BF. RGB value is (209,192,191). Sum of RGB (Red+Green+Blue) = 209+192+191=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 192 (75.39% from 255 or 32.43% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C0BF is #2E3F40. Grayscale: #C4C4C4. Windows color (decimal): -3030849 or 12566737. OLE color: 12566737.

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

Color convert

RGB209192191-
CMYK00.080.090.18
HSL3.33º16.36%78.43%-
HSV(B)3.33º8.61%81.96%-
XYZ54.5555.0257.03-
YUV196.97124.63136.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 192 (75.39% from 255) = 32.43%
BLUE value IS 191 (75% from 255) = 32.26%
R=35.30%
G=32.43%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919219100.080.090.183.3316.3678.43
HexD1C0BF089123104e
Octal3213002770101122320116
Binary1101000111000000101111110100010011001011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C0BF; }

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

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

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

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

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

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

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

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