#D0BFBB

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

Shades of Alto #D0BFBB

Tints of Alto #D0BFBB

Color information

#D0BFBB (or 0xD0BFBB) is unknown color: approx Alto. HEX triplet: D0, BF and BB. RGB value is (208,191,187). Sum of RGB (Red+Green+Blue) = 208+191+187=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFBB is #2F4044. Grayscale: #C3C3C3. Windows color (decimal): -3096645 or 12304336. OLE color: 12304336.

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

Color convert

RGB208191187-
CMYK00.080.100.18
HSL11.43º18.26%77.45%-
HSV(B)11.43º10.1%81.57%-
XYZ53.6154.2654.66-
YUV195.63123.13136.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=35.49%
G=32.59%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819118700.080.100.1811.4318.2677.45
HexD0BFBB08A12b124d
Octal32027727301012221322115
Binary110100001011111110111011010001010100101011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFBB; }

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

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

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

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

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

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

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

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