#DBD9C5

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

Shades of Loafer #DBD9C5

Tints of Loafer #DBD9C5

Color information

#DBD9C5 (or 0xDBD9C5) is unknown color: approx Loafer. HEX triplet: DB, D9 and C5. RGB value is (219,217,197). Sum of RGB (Red+Green+Blue) = 219+217+197=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9C5 is #24263A. Grayscale: #D7D7D7. Windows color (decimal): -2369083 or 12966363. OLE color: 12966363.

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

Color convert

RGB219217197-
CMYK00.010.100.14
HSL54.55º23.4%81.57%-
HSV(B)54.55º10.05%85.88%-
XYZ64.168.7262.71-
YUV215.32117.66130.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.60%
GREEN value IS 217 (85.16% from 255) = 34.28%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=34.60%
G=34.28%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921719700.010.100.1454.5523.481.57
HexDBD9C501AE371752
Octal3333313050112166727122
Binary1101101111011001110001010110101110110111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9C5; }

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

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

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

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

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

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

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

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