#DBD9C2

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

Shades of Loafer #DBD9C2

Tints of Loafer #DBD9C2

Color information

#DBD9C2 (or 0xDBD9C2) is unknown color: approx Loafer. HEX triplet: DB, D9 and C2. RGB value is (219,217,194). Sum of RGB (Red+Green+Blue) = 219+217+194=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9C2 is #24263D. Grayscale: #D7D7D7. Windows color (decimal): -2369086 or 12769755. OLE color: 12769755.

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

Color convert

RGB219217194-
CMYK00.010.110.14
HSL55.2º25.77%80.98%-
HSV(B)55.2º11.42%85.88%-
XYZ63.7668.5860.92-
YUV214.98116.16130.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 194 (76.17% from 255) = 30.79%
R=34.76%
G=34.44%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921719400.010.110.1455.225.7780.98
HexDBD9C201BE371a51
Octal3333313020113166732121
Binary1101101111011001110000100110111110110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9C2; }

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

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

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

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

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

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

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

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