#DFC4C1

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

Shades of Dust Storm #DFC4C1

Tints of Dust Storm #DFC4C1

Color information

#DFC4C1 (or 0xDFC4C1) is unknown color: approx Dust Storm. HEX triplet: DF, C4 and C1. RGB value is (223,196,193). Sum of RGB (Red+Green+Blue) = 223+196+193=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4C1 is #203B3E. Grayscale: #CBCBCB. Windows color (decimal): -2112319 or 12698847. OLE color: 12698847.

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

Color convert

RGB223196193-
CMYK00.120.130.13
HSL31.91%81.57%-
HSV(B)13.45%87.45%-
XYZ59.859.0258.69-
YUV203.73121.95141.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 196 (76.95% from 255) = 32.03%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=36.44%
G=32.03%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319619300.120.130.13631.9181.57
HexDFC4C10CDD62052
Octal3373043010141515640122
Binary11011111110001001100000101100110111011101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4C1; }

 p { color: rgb(223,196,193); }

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

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

 a { background-color: rgb(223,196,193); }

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

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

 span { border-color: rgb(223,196,193); }

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