Shades of Sandwisp #DFCC8C
Tints of Sandwisp #DFCC8C
RGB
CMYK
RGB Variations
Color information
#DFCC8C (or 0xDFCC8C) is known color: Sandwisp. HEX triplet: DF, CC and 8C. RGB value is (223,204,140). Sum of RGB (Red+Green+Blue) = 223+204+140=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC8C is #203373. Grayscale: #CACACA. Windows color (decimal): -2110324 or 9227487. OLE color: 9227487.
HSL color Cylindrical-coordinate representation of color #DFCC8C: hue angle of 46.27º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFCC8C is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 140 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.13 |
| HSL | 46.27º | 0.56% | 0.71% | - |
| HSV(B) | 46.27º | 0.37% | 0.87% | - |
| XYZ | 56.76 | 60.77 | 33.55 | - |
| YUV | 202.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 140 | 0 | 0.09 | 0.37 | 0.13 | 46.27 | 0.56 | 0.71 |
| Hex | DF | CC | 8C | 0 | 9 | 25 | D | 2E | 38 | 47 |
| Octal | 337 | 314 | 214 | 0 | 11 | 45 | 15 | 56 | 70 | 107 |
| Binary | 11011111 | 11001100 | 10001100 | 0 | 1001 | 100101 | 1101 | 101110 | 111000 | 1000111 |
Color Harmonies of #DFCC8C
Complementary color
Monochromatic Colors of #DFCC8C
Black with #DFCC8C
Text Example
Text Example
White with #DFCC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC8C; }
p { color: rgb(223,204,140); }
H1.HeaderClassName
{
color: #DFCC8C;
}
.AnyTagClassName
{
color: #DFCC8C;
}
</style>
background-color css
<style>
a { background-color: #DFCC8C; }
a { background-color: rgb(223,204,140); }
div.DivClassName
{
background-color: #DFCC8C;
}
.BgClassName
{
background-color: #DFCC8C;
}
</style>
border-color css
<style>
span { border-color: #DFCC8C; }
span { border-color: rgb(223,204,140); }
td.TdClassName
{
border-color: #DFCC8C;
}
.TagClassName
{
border-color: #DFCC8C;
}
</style>