#DFCCC9

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

Shades of Dust Storm #DFCCC9

Tints of Dust Storm #DFCCC9

Color information

#DFCCC9 (or 0xDFCCC9) is unknown color: approx Dust Storm. HEX triplet: DF, CC and C9. RGB value is (223,204,201). Sum of RGB (Red+Green+Blue) = 223+204+201=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCC9 is #203336. Grayscale: #D1D1D1. Windows color (decimal): -2110263 or 13225183. OLE color: 13225183.

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

Color convert

RGB223204201-
CMYK00.090.100.13
HSL8.18º25.58%83.14%-
HSV(B)8.18º9.87%87.45%-
XYZ62.5763.0964.14-
YUV209.34123.29137.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=35.51%
G=32.48%
B=32.01%

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
Decimal22320420100.090.100.138.1825.5883.14
HexDFCCC909AD81a53
Octal33731431101112151032123
Binary11011111110011001100100101001101011011000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCC9; }

 p { color: rgb(223,204,201); }

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

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

 a { background-color: rgb(223,204,201); }

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

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

 span { border-color: rgb(223,204,201); }

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