#DBD8C0

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

Shades of Loafer #DBD8C0

Tints of Loafer #DBD8C0

Color information

#DBD8C0 (or 0xDBD8C0) is unknown color: approx Loafer. HEX triplet: DB, D8 and C0. RGB value is (219,216,192). Sum of RGB (Red+Green+Blue) = 219+216+192=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8C0 is #24273F. Grayscale: #D6D6D6. Windows color (decimal): -2369344 or 12638427. OLE color: 12638427.

HSL color Cylindrical-coordinate representation of color #DBD8C0: hue angle of 53.33º 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 #DBD8C0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219216192-
CMYK00.010.120.14
HSL53.33º27.27%80.59%-
HSV(B)53.33º12.33%85.88%-
XYZ63.2867.9859.65-
YUV214.16115.49131.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 192 (75.39% from 255) = 30.62%
R=34.93%
G=34.45%
B=30.62%

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
Decimal21921619200.010.120.1453.3327.2780.59
HexDBD8C001CE351b51
Octal3333303000114166533121
Binary1101101111011000110000000111001110110101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD8C0; }

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

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

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

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

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

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

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

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