#DDCAC7

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

Shades of Dust Storm #DDCAC7

Tints of Dust Storm #DDCAC7

Color information

#DDCAC7 (or 0xDDCAC7) is unknown color: approx Dust Storm. HEX triplet: DD, CA and C7. RGB value is (221,202,199). Sum of RGB (Red+Green+Blue) = 221+202+199=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAC7 is #223538. Grayscale: #CFCFCF. Windows color (decimal): -2241849 or 13093597. OLE color: 13093597.

HSL color Cylindrical-coordinate representation of color #DDCAC7: hue angle of 8.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCAC7 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB221202199-
CMYK00.090.100.13
HSL8.18º24.44%82.35%-
HSV(B)8.18º9.95%86.67%-
XYZ61.2561.7462.72-
YUV207.34123.29137.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=35.53%
G=32.48%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120219900.090.100.138.1824.4482.35
HexDDCAC709AD81852
Octal33531230701112151030122
Binary11011101110010101100011101001101011011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAC7; }

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

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

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

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

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

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

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

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