#DFC5C0

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

Shades of Dust Storm #DFC5C0

Tints of Dust Storm #DFC5C0

Color information

#DFC5C0 (or 0xDFC5C0) is unknown color: approx Dust Storm. HEX triplet: DF, C5 and C0. RGB value is (223,197,192). Sum of RGB (Red+Green+Blue) = 223+197+192=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC5C0 is #203A3F. Grayscale: #CCCCCC. Windows color (decimal): -2112064 or 12633567. OLE color: 12633567.

HSL color Cylindrical-coordinate representation of color #DFC5C0: hue angle of 9.68º 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 #DFC5C0 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223197192-
CMYK00.120.140.13
HSL9.68º32.63%81.37%-
HSV(B)9.68º13.9%87.45%-
XYZ59.9159.4358.18-
YUV204.2121.11141.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 197 (77.34% from 255) = 32.19%
BLUE value IS 192 (75.39% from 255) = 31.37%
R=36.44%
G=32.19%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319719200.120.140.139.6832.6381.37
HexDFC5C00CEDa2151
Octal33730530001416151241121
Binary110111111100010111000000011001110110110101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5C0; }

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

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

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

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

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

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

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

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