#DBD9C1

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

Shades of Loafer #DBD9C1

Tints of Loafer #DBD9C1

Color information

#DBD9C1 (or 0xDBD9C1) is unknown color: approx Loafer. HEX triplet: DB, D9 and C1. RGB value is (219,217,193). Sum of RGB (Red+Green+Blue) = 219+217+193=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9C1 is #24263E. Grayscale: #D6D6D6. Windows color (decimal): -2369087 or 12704219. OLE color: 12704219.

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

Color convert

RGB219217193-
CMYK00.010.120.14
HSL55.38º26.53%80.78%-
HSV(B)55.38º11.87%85.88%-
XYZ63.6568.5460.33-
YUV214.86115.66130.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 217 (85.16% from 255) = 34.50%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=34.82%
G=34.50%
B=30.68%

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
Decimal21921719300.010.120.1455.3826.5380.78
HexDBD9C101CE371b51
Octal3333313010114166733121
Binary1101101111011001110000010111001110110111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9C1; }

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

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

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

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

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

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

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

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