#DBD9C0

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

Shades of Loafer #DBD9C0

Tints of Loafer #DBD9C0

Color information

#DBD9C0 (or 0xDBD9C0) is unknown color: approx Loafer. HEX triplet: DB, D9 and C0. RGB value is (219,217,192). Sum of RGB (Red+Green+Blue) = 219+217+192=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9C0 is #24263F. Grayscale: #D6D6D6. Windows color (decimal): -2369088 or 12638683. OLE color: 12638683.

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

Color convert

RGB219217192-
CMYK00.010.120.14
HSL55.56º27.27%80.59%-
HSV(B)55.56º12.33%85.88%-
XYZ63.5468.4959.74-
YUV214.75115.16131.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 217 (85.16% from 255) = 34.55%
BLUE value IS 192 (75.39% from 255) = 30.57%
R=34.87%
G=34.55%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921719200.010.120.1455.5627.2780.59
HexDBD9C001CE381b51
Octal3333313000114167033121
Binary1101101111011001110000000111001110111000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9C0; }

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

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

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

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

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

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

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

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