#D0C0BF

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

Shades of Alto #D0C0BF

Tints of Alto #D0C0BF

Color information

#D0C0BF (or 0xD0C0BF) is unknown color: approx Alto. HEX triplet: D0, C0 and BF. RGB value is (208,192,191). Sum of RGB (Red+Green+Blue) = 208+192+191=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0BF is #2F3F40. Grayscale: #C4C4C4. Windows color (decimal): -3096385 or 12566736. OLE color: 12566736.

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

Color convert

RGB208192191-
CMYK00.080.080.18
HSL3.53º15.32%78.24%-
HSV(B)3.53º8.17%81.57%-
XYZ54.2754.8757.02-
YUV196.67124.8136.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 192 (75.39% from 255) = 32.49%
BLUE value IS 191 (75% from 255) = 32.32%
R=35.19%
G=32.49%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819219100.080.080.183.5315.3278.24
HexD0C0BF088124f4e
Octal3203002770101022417116
Binary1101000011000000101111110100010001001010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0BF; }

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

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

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

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

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

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

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

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