Shades of Sandwisp #DFCC8B
Tints of Sandwisp #DFCC8B
RGB
CMYK
RGB Variations
Color information
#DFCC8B (or 0xDFCC8B) is known color: Sandwisp. HEX triplet: DF, CC and 8B. RGB value is (223,204,139). Sum of RGB (Red+Green+Blue) = 223+204+139=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC8B is #203374. Grayscale: #CACACA. Windows color (decimal): -2110325 or 9161951. OLE color: 9161951.
HSL color Cylindrical-coordinate representation of color #DFCC8B: hue angle of 46.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFCC8B is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 139 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.13 |
| HSL | 46.43º | 0.57% | 0.71% | - |
| HSV(B) | 46.43º | 0.38% | 0.87% | - |
| XYZ | 56.68 | 60.74 | 33.16 | - |
| YUV | 202.27 | 92.29 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 139 | 0 | 0.09 | 0.38 | 0.13 | 46.43 | 0.57 | 0.71 |
| Hex | DF | CC | 8B | 0 | 9 | 26 | D | 2E | 39 | 47 |
| Octal | 337 | 314 | 213 | 0 | 11 | 46 | 15 | 56 | 71 | 107 |
| Binary | 11011111 | 11001100 | 10001011 | 0 | 1001 | 100110 | 1101 | 101110 | 111001 | 1000111 |
Color Harmonies of #DFCC8B
Complementary color
Monochromatic Colors of #DFCC8B
Black with #DFCC8B
Text Example
Text Example
White with #DFCC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC8B; }
p { color: rgb(223,204,139); }
H1.HeaderClassName
{
color: #DFCC8B;
}
.AnyTagClassName
{
color: #DFCC8B;
}
</style>
background-color css
<style>
a { background-color: #DFCC8B; }
a { background-color: rgb(223,204,139); }
div.DivClassName
{
background-color: #DFCC8B;
}
.BgClassName
{
background-color: #DFCC8B;
}
</style>
border-color css
<style>
span { border-color: #DFCC8B; }
span { border-color: rgb(223,204,139); }
td.TdClassName
{
border-color: #DFCC8B;
}
.TagClassName
{
border-color: #DFCC8B;
}
</style>