#DDDAC0

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

Shades of Loafer #DDDAC0

Tints of Loafer #DDDAC0

Color information

#DDDAC0 (or 0xDDDAC0) is unknown color: approx Loafer. HEX triplet: DD, DA and C0. RGB value is (221,218,192). Sum of RGB (Red+Green+Blue) = 221+218+192=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 192 (75.39% from 255 or 30.43% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAC0 is #22253F. Grayscale: #D8D8D8. Windows color (decimal): -2237760 or 12638941. OLE color: 12638941.

HSL color Cylindrical-coordinate representation of color #DDDAC0: hue angle of 53.79º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDAC0 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB221218192-
CMYK00.010.130.13
HSL53.79º29.9%80.98%-
HSV(B)53.79º13.12%86.67%-
XYZ64.469.3259.85-
YUV215.93114.49131.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 192 (75.39% from 255) = 30.43%
R=35.02%
G=34.55%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121819200.010.130.1353.7929.980.98
HexDDDAC001DD361e51
Octal3353323000115156636121
Binary1101110111011010110000000111011101110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDAC0; }

 p { color: rgb(221,218,192); }

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

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

 a { background-color: rgb(221,218,192); }

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

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

 span { border-color: rgb(221,218,192); }

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