#DBD8BB

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

Shades of Loafer #DBD8BB

Tints of Loafer #DBD8BB

Color information

#DBD8BB (or 0xDBD8BB) is unknown color: approx Loafer. HEX triplet: DB, D8 and BB. RGB value is (219,216,187). Sum of RGB (Red+Green+Blue) = 219+216+187=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8BB is #242744. Grayscale: #D5D5D5. Windows color (decimal): -2369349 or 12310747. OLE color: 12310747.

HSL color Cylindrical-coordinate representation of color #DBD8BB: hue angle of 54.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD8BB is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219216187-
CMYK00.010.150.14
HSL54.38º30.77%79.61%-
HSV(B)54.38º14.61%85.88%-
XYZ62.7467.7656.79-
YUV213.59112.99131.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 216 (84.77% from 255) = 34.73%
BLUE value IS 187 (73.44% from 255) = 30.06%
R=35.21%
G=34.73%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921618700.010.150.1454.3830.7779.61
HexDBD8BB01FE361f50
Octal3333302730117166637120
Binary1101101111011000101110110111111110110110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8BB; }

 p { color: rgb(219,216,187); }

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

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

 a { background-color: rgb(219,216,187); }

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

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

 span { border-color: rgb(219,216,187); }

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