#DFC3C0

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

Shades of Dust Storm #DFC3C0

Tints of Dust Storm #DFC3C0

Color information

#DFC3C0 (or 0xDFC3C0) is unknown color: approx Dust Storm. HEX triplet: DF, C3 and C0. RGB value is (223,195,192). Sum of RGB (Red+Green+Blue) = 223+195+192=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC3C0 is #203C3F. Grayscale: #CBCBCB. Windows color (decimal): -2112576 or 12633055. OLE color: 12633055.

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

Color convert

RGB223195192-
CMYK00.130.140.13
HSL5.81º32.63%81.37%-
HSV(B)5.81º13.9%87.45%-
XYZ59.4658.5258.03-
YUV203.03121.78142.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 195 (76.56% from 255) = 31.97%
BLUE value IS 192 (75.39% from 255) = 31.48%
R=36.56%
G=31.97%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319519200.130.140.135.8132.6381.37
HexDFC3C00DED62151
Octal3373033000151615641121
Binary11011111110000111100000001101111011011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC3C0; }

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

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

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

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

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

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

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

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