Shades of Sandwisp #DFCC80
Tints of Sandwisp #DFCC80
RGB
CMYK
RGB Variations
Color information
#DFCC80 (or 0xDFCC80) is known color: Sandwisp. HEX triplet: DF, CC and 80. RGB value is (223,204,128). Sum of RGB (Red+Green+Blue) = 223+204+128=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC80 is #20337F. Grayscale: #C9C9C9. Windows color (decimal): -2110336 or 8441055. OLE color: 8441055.
HSL color Cylindrical-coordinate representation of color #DFCC80: hue angle of 48º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFCC80 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 128 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 48º | 0.6% | 0.69% | - |
| HSV(B) | 48º | 0.43% | 0.87% | - |
| XYZ | 55.92 | 60.43 | 29.14 | - |
| YUV | 201.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 128 | 0 | 0.09 | 0.43 | 0.13 | 48 | 0.6 | 0.69 |
| Hex | DF | CC | 80 | 0 | 9 | 2B | D | 30 | 3C | 45 |
| Octal | 337 | 314 | 200 | 0 | 11 | 53 | 15 | 60 | 74 | 105 |
| Binary | 11011111 | 11001100 | 10000000 | 0 | 1001 | 101011 | 1101 | 110000 | 111100 | 1000101 |
Color Harmonies of #DFCC80
Complementary color
Monochromatic Colors of #DFCC80
Black with #DFCC80
Text Example
Text Example
White with #DFCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC80; }
p { color: rgb(223,204,128); }
H1.HeaderClassName
{
color: #DFCC80;
}
.AnyTagClassName
{
color: #DFCC80;
}
</style>
background-color css
<style>
a { background-color: #DFCC80; }
a { background-color: rgb(223,204,128); }
div.DivClassName
{
background-color: #DFCC80;
}
.BgClassName
{
background-color: #DFCC80;
}
</style>
border-color css
<style>
span { border-color: #DFCC80; }
span { border-color: rgb(223,204,128); }
td.TdClassName
{
border-color: #DFCC80;
}
.TagClassName
{
border-color: #DFCC80;
}
</style>