Shades of Dust Storm #DFC2B8
Tints of Dust Storm #DFC2B8
RGB
CMYK
RGB Variations
Color information
#DFC2B8 (or 0xDFC2B8) is known color: Dust Storm. HEX triplet: DF, C2 and B8. RGB value is (223,194,184). Sum of RGB (Red+Green+Blue) = 223+194+184=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2B8 is #203D47. Grayscale: #C9C9C9. Windows color (decimal): -2112840 or 12108511. OLE color: 12108511.
HSL color Cylindrical-coordinate representation of color #DFC2B8: hue angle of 15.38º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFC2B8 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 194 | 184 | - |
CMYK | 0 | 0.13 | 0.17 | 0.13 |
HSL | 15.38º | 0.38% | 0.8% | - |
HSV(B) | 15.38º | 0.17% | 0.87% | - |
XYZ | 58.37 | 57.73 | 53.41 | - |
YUV | 201.53 | 118.11 | 143.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 194 | 184 | 0 | 0.13 | 0.17 | 0.13 | 15.38 | 0.38 | 0.8 |
Hex | DF | C2 | B8 | 0 | D | 11 | D | F | 26 | 50 |
Octal | 337 | 302 | 270 | 0 | 15 | 21 | 15 | 17 | 46 | 120 |
Binary | 11011111 | 11000010 | 10111000 | 0 | 1101 | 10001 | 1101 | 1111 | 100110 | 1010000 |
Color Harmonies of #DFC2B8
Complementary color
Monochromatic Colors of #DFC2B8
Black with #DFC2B8
Text Example
Text Example
White with #DFC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2B8; }
p { color: rgb(223,194,184); }
H1.HeaderClassName
{
color: #DFC2B8;
}
.AnyTagClassName
{
color: #DFC2B8;
}
</style>
background-color css
<style>
a { background-color: #DFC2B8; }
a { background-color: rgb(223,194,184); }
div.DivClassName
{
background-color: #DFC2B8;
}
.BgClassName
{
background-color: #DFC2B8;
}
</style>
border-color css
<style>
span { border-color: #DFC2B8; }
span { border-color: rgb(223,194,184); }
td.TdClassName
{
border-color: #DFC2B8;
}
.TagClassName
{
border-color: #DFC2B8;
}
</style>