#DFC6C0

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

Shades of Dust Storm #DFC6C0

Tints of Dust Storm #DFC6C0

Color information

#DFC6C0 (or 0xDFC6C0) is unknown color: approx Dust Storm. HEX triplet: DF, C6 and C0. RGB value is (223,198,192). Sum of RGB (Red+Green+Blue) = 223+198+192=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6C0 is #20393F. Grayscale: #CCCCCC. Windows color (decimal): -2111808 or 12633823. OLE color: 12633823.

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

Color convert

RGB223198192-
CMYK00.110.140.13
HSL11.61º32.63%81.37%-
HSV(B)11.61º13.9%87.45%-
XYZ60.1459.8858.26-
YUV204.79120.78140.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.38%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 192 (75.39% from 255) = 31.32%
R=36.38%
G=32.30%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319819200.110.140.1311.6132.6381.37
HexDFC6C00BEDc2151
Octal33730630001316151441121
Binary110111111100011011000000010111110110111001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6C0; }

 p { color: rgb(223,198,192); }

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

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

 a { background-color: rgb(223,198,192); }

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

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

 span { border-color: rgb(223,198,192); }

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