Shades of Sandwisp #DFCC8A
Tints of Sandwisp #DFCC8A
RGB
CMYK
RGB Variations
Color information
#DFCC8A (or 0xDFCC8A) is known color: Sandwisp. HEX triplet: DF, CC and 8A. RGB value is (223,204,138). Sum of RGB (Red+Green+Blue) = 223+204+138=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 138 (54.30% from 255 or 24.42% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC8A is #203375. Grayscale: #CACACA. Windows color (decimal): -2110326 or 9096415. OLE color: 9096415.
HSL color Cylindrical-coordinate representation of color #DFCC8A: hue angle of 46.59º 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 #DFCC8A is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 138 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.13 |
| HSL | 46.59º | 0.57% | 0.71% | - |
| HSV(B) | 46.59º | 0.38% | 0.87% | - |
| XYZ | 56.61 | 60.71 | 32.78 | - |
| YUV | 202.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 138 | 0 | 0.09 | 0.38 | 0.13 | 46.59 | 0.57 | 0.71 |
| Hex | DF | CC | 8A | 0 | 9 | 26 | D | 2F | 39 | 47 |
| Octal | 337 | 314 | 212 | 0 | 11 | 46 | 15 | 57 | 71 | 107 |
| Binary | 11011111 | 11001100 | 10001010 | 0 | 1001 | 100110 | 1101 | 101111 | 111001 | 1000111 |
Color Harmonies of #DFCC8A
Complementary color
Monochromatic Colors of #DFCC8A
Black with #DFCC8A
Text Example
Text Example
White with #DFCC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC8A; }
p { color: rgb(223,204,138); }
H1.HeaderClassName
{
color: #DFCC8A;
}
.AnyTagClassName
{
color: #DFCC8A;
}
</style>
background-color css
<style>
a { background-color: #DFCC8A; }
a { background-color: rgb(223,204,138); }
div.DivClassName
{
background-color: #DFCC8A;
}
.BgClassName
{
background-color: #DFCC8A;
}
</style>
border-color css
<style>
span { border-color: #DFCC8A; }
span { border-color: rgb(223,204,138); }
td.TdClassName
{
border-color: #DFCC8A;
}
.TagClassName
{
border-color: #DFCC8A;
}
</style>