Shades of Sandwisp #DFCC82
Tints of Sandwisp #DFCC82
RGB
CMYK
RGB Variations
Color information
#DFCC82 (or 0xDFCC82) is known color: Sandwisp. HEX triplet: DF, CC and 82. RGB value is (223,204,130). Sum of RGB (Red+Green+Blue) = 223+204+130=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC82 is #20337D. Grayscale: #C9C9C9. Windows color (decimal): -2110334 or 8572127. OLE color: 8572127.
HSL color Cylindrical-coordinate representation of color #DFCC82: hue angle of 47.74º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFCC82 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 130 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.13 |
| HSL | 47.74º | 0.59% | 0.69% | - |
| HSV(B) | 47.74º | 0.42% | 0.87% | - |
| XYZ | 56.05 | 60.49 | 29.84 | - |
| YUV | 201.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 130 | 0 | 0.09 | 0.42 | 0.13 | 47.74 | 0.59 | 0.69 |
| Hex | DF | CC | 82 | 0 | 9 | 2A | D | 30 | 3B | 45 |
| Octal | 337 | 314 | 202 | 0 | 11 | 52 | 15 | 60 | 73 | 105 |
| Binary | 11011111 | 11001100 | 10000010 | 0 | 1001 | 101010 | 1101 | 110000 | 111011 | 1000101 |
Color Harmonies of #DFCC82
Complementary color
Monochromatic Colors of #DFCC82
Black with #DFCC82
Text Example
Text Example
White with #DFCC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC82; }
p { color: rgb(223,204,130); }
H1.HeaderClassName
{
color: #DFCC82;
}
.AnyTagClassName
{
color: #DFCC82;
}
</style>
background-color css
<style>
a { background-color: #DFCC82; }
a { background-color: rgb(223,204,130); }
div.DivClassName
{
background-color: #DFCC82;
}
.BgClassName
{
background-color: #DFCC82;
}
</style>
border-color css
<style>
span { border-color: #DFCC82; }
span { border-color: rgb(223,204,130); }
td.TdClassName
{
border-color: #DFCC82;
}
.TagClassName
{
border-color: #DFCC82;
}
</style>