#DBD9C8

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

Shades of Loafer #DBD9C8

Tints of Loafer #DBD9C8

Color information

#DBD9C8 (or 0xDBD9C8) is unknown color: approx Loafer. HEX triplet: DB, D9 and C8. RGB value is (219,217,200). Sum of RGB (Red+Green+Blue) = 219+217+200=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9C8 is #242637. Grayscale: #D7D7D7. Windows color (decimal): -2369080 or 13162971. OLE color: 13162971.

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

Color convert

RGB219217200-
CMYK00.010.090.14
HSL53.68º20.88%82.16%-
HSV(B)53.68º8.68%85.88%-
XYZ64.4568.8664.54-
YUV215.66119.16130.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 217 (85.16% from 255) = 34.12%
BLUE value IS 200 (78.52% from 255) = 31.45%
R=34.43%
G=34.12%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921720000.010.090.1453.6820.8882.16
HexDBD9C8019E361552
Octal3333313100111166625122
Binary1101101111011001110010000110011110110110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9C8; }

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

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

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

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

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

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

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

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