#D0C0BD

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

Shades of Alto #D0C0BD

Tints of Alto #D0C0BD

Color information

#D0C0BD (or 0xD0C0BD) is unknown color: approx Alto. HEX triplet: D0, C0 and BD. RGB value is (208,192,189). Sum of RGB (Red+Green+Blue) = 208+192+189=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0BD is #2F3F42. Grayscale: #C4C4C4. Windows color (decimal): -3096387 or 12435664. OLE color: 12435664.

HSL color Cylindrical-coordinate representation of color #D0C0BD: hue angle of 9.47º degrees, saturation: 0.17, 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 #D0C0BD is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB208192189-
CMYK00.080.090.18
HSL9.47º16.81%77.84%-
HSV(B)9.47º9.13%81.57%-
XYZ54.0554.7855.87-
YUV196.44123.8136.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.31%
GREEN value IS 192 (75.39% from 255) = 32.60%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=35.31%
G=32.60%
B=32.09%

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
Decimal20819218900.080.090.189.4716.8177.84
HexD0C0BD089129114e
Octal32030027501011221121116
Binary110100001100000010111101010001001100101001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0BD; }

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

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

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

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

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

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

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

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