Shades of Dust Storm #DFCABD
Tints of Dust Storm #DFCABD
RGB
CMYK
RGB Variations
Color information
#DFCABD (or 0xDFCABD) is known color: Dust Storm. HEX triplet: DF, CA and BD. RGB value is (223,202,189). Sum of RGB (Red+Green+Blue) = 223+202+189=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCABD is #203542. Grayscale: #CECECE. Windows color (decimal): -2110787 or 12438239. OLE color: 12438239.
HSL color Cylindrical-coordinate representation of color #DFCABD: hue angle of 22.94º 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 #DFCABD is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 202 | 189 | - |
CMYK | 0 | 0.09 | 0.15 | 0.13 |
HSL | 22.94º | 0.35% | 0.81% | - |
HSV(B) | 22.94º | 0.15% | 0.87% | - |
XYZ | 60.74 | 61.6 | 56.83 | - |
YUV | 206.8 | 117.96 | 139.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 189 | 0 | 0.09 | 0.15 | 0.13 | 22.94 | 0.35 | 0.81 |
Hex | DF | CA | BD | 0 | 9 | F | D | 17 | 23 | 51 |
Octal | 337 | 312 | 275 | 0 | 11 | 17 | 15 | 27 | 43 | 121 |
Binary | 11011111 | 11001010 | 10111101 | 0 | 1001 | 1111 | 1101 | 10111 | 100011 | 1010001 |
Color Harmonies of #DFCABD
Complementary color
Monochromatic Colors of #DFCABD
Black with #DFCABD
Text Example
Text Example
White with #DFCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCABD; }
p { color: rgb(223,202,189); }
H1.HeaderClassName
{
color: #DFCABD;
}
.AnyTagClassName
{
color: #DFCABD;
}
</style>
background-color css
<style>
a { background-color: #DFCABD; }
a { background-color: rgb(223,202,189); }
div.DivClassName
{
background-color: #DFCABD;
}
.BgClassName
{
background-color: #DFCABD;
}
</style>
border-color css
<style>
span { border-color: #DFCABD; }
span { border-color: rgb(223,202,189); }
td.TdClassName
{
border-color: #DFCABD;
}
.TagClassName
{
border-color: #DFCABD;
}
</style>