#DFC2BD

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

Shades of Dust Storm #DFC2BD

Tints of Dust Storm #DFC2BD

Color information

#DFC2BD (or 0xDFC2BD) is unknown color: approx Dust Storm. HEX triplet: DF, C2 and BD. RGB value is (223,194,189). Sum of RGB (Red+Green+Blue) = 223+194+189=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2BD is #203D42. Grayscale: #CACACA. Windows color (decimal): -2112835 or 12436191. OLE color: 12436191.

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

Color convert

RGB223194189-
CMYK00.130.150.13
HSL8.82º34.69%80.78%-
HSV(B)8.82º15.25%87.45%-
XYZ58.9157.9556.22-
YUV202.1120.61142.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 194 (76.17% from 255) = 32.01%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=36.80%
G=32.01%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319418900.130.150.138.8234.6980.78
HexDFC2BD0DFD92351
Octal33730227501517151143121
Binary110111111100001010111101011011111110110011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2BD; }

 p { color: rgb(223,194,189); }

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

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

 a { background-color: rgb(223,194,189); }

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

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

 span { border-color: rgb(223,194,189); }

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