#DFC9BB

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

Shades of Dust Storm #DFC9BB

Tints of Dust Storm #DFC9BB

Color information

#DFC9BB (or 0xDFC9BB) is unknown color: approx Dust Storm. HEX triplet: DF, C9 and BB. RGB value is (223,201,187). Sum of RGB (Red+Green+Blue) = 223+201+187=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9BB is #203644. Grayscale: #CECECE. Windows color (decimal): -2111045 or 12306911. OLE color: 12306911.

HSL color Cylindrical-coordinate representation of color #DFC9BB: hue angle of 23.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFC9BB is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB223201187-
CMYK00.100.160.13
HSL23.33º36%80.39%-
HSV(B)23.33º16.14%87.45%-
XYZ60.2961.0555.62-
YUV205.98117.29140.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 201 (78.91% from 255) = 32.90%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=36.50%
G=32.90%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320118700.100.160.1323.333680.39
HexDFC9BB0A10D172450
Octal33731127301220152744120
Binary11011111110010011011101101010100001101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC9BB; }

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

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

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

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

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

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

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

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