#DDCAC0

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

Shades of Dust Storm #DDCAC0

Tints of Dust Storm #DDCAC0

Color information

#DDCAC0 (or 0xDDCAC0) is unknown color: approx Dust Storm. HEX triplet: DD, CA and C0. RGB value is (221,202,192). Sum of RGB (Red+Green+Blue) = 221+202+192=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAC0 is #22353F. Grayscale: #CECECE. Windows color (decimal): -2241856 or 12634845. OLE color: 12634845.

HSL color Cylindrical-coordinate representation of color #DDCAC0: hue angle of 20.69º 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 #DDCAC0 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB221202192-
CMYK00.090.130.13
HSL20.69º29.9%80.98%-
HSV(B)20.69º13.12%86.67%-
XYZ60.4561.4258.54-
YUV206.54119.79138.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=35.93%
G=32.85%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120219200.090.130.1320.6929.980.98
HexDDCAC009DD151e51
Octal33531230001115152536121
Binary110111011100101011000000010011101110110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAC0; }

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

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

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

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

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

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

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

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