#DBD9BE

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

Shades of Loafer #DBD9BE

Tints of Loafer #DBD9BE

Color information

#DBD9BE (or 0xDBD9BE) is unknown color: approx Loafer. HEX triplet: DB, D9 and BE. RGB value is (219,217,190). Sum of RGB (Red+Green+Blue) = 219+217+190=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 217 (85.16% from 255 or 34.66% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9BE is #242641. Grayscale: #D6D6D6. Windows color (decimal): -2369090 or 12507611. OLE color: 12507611.

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

Color convert

RGB219217190-
CMYK00.010.130.14
HSL55.86º28.71%80.2%-
HSV(B)55.86º13.24%85.88%-
XYZ63.3268.458.58-
YUV214.52114.16131.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 217 (85.16% from 255) = 34.66%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=34.98%
G=34.66%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921719000.010.130.1455.8628.7180.2
HexDBD9BE01DE381d50
Octal3333312760115167035120
Binary1101101111011001101111100111011110111000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9BE; }

 p { color: rgb(219,217,190); }

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

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

 a { background-color: rgb(219,217,190); }

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

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

 span { border-color: rgb(219,217,190); }

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