#DFC4BD

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

Shades of Dust Storm #DFC4BD

Tints of Dust Storm #DFC4BD

Color information

#DFC4BD (or 0xDFC4BD) is unknown color: approx Dust Storm. HEX triplet: DF, C4 and BD. RGB value is (223,196,189). Sum of RGB (Red+Green+Blue) = 223+196+189=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC4BD is #203B42. Grayscale: #CBCBCB. Windows color (decimal): -2112323 or 12436703. OLE color: 12436703.

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

Color convert

RGB223196189-
CMYK00.120.150.13
HSL12.35º34.69%80.78%-
HSV(B)12.35º15.25%87.45%-
XYZ59.3658.8456.37-
YUV203.27119.95142.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 196 (76.95% from 255) = 32.24%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=36.68%
G=32.24%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319618900.120.150.1312.3534.6980.78
HexDFC4BD0CFDc2351
Octal33730427501417151443121
Binary110111111100010010111101011001111110111001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC4BD; }

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

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

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

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

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

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

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

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