#DFC7BD

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

Shades of Dust Storm #DFC7BD

Tints of Dust Storm #DFC7BD

Color information

#DFC7BD (or 0xDFC7BD) is unknown color: approx Dust Storm. HEX triplet: DF, C7 and BD. RGB value is (223,199,189). Sum of RGB (Red+Green+Blue) = 223+199+189=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC7BD is #203842. Grayscale: #CDCDCD. Windows color (decimal): -2111555 or 12437471. OLE color: 12437471.

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

Color convert

RGB223199189-
CMYK00.110.150.13
HSL17.65º34.69%80.78%-
HSV(B)17.65º15.25%87.45%-
XYZ60.0460.2156.6-
YUV205.04118.95140.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.50%
GREEN value IS 199 (78.12% from 255) = 32.57%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=36.50%
G=32.57%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319918900.110.150.1317.6534.6980.78
HexDFC7BD0BFD122351
Octal33730727501317152243121
Binary1101111111000111101111010101111111101100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC7BD; }

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

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

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

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

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

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

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

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