Shades of Sandwisp #DFD07C
Tints of Sandwisp #DFD07C
RGB
CMYK
RGB Variations
Color information
#DFD07C (or 0xDFD07C) is known color: Sandwisp. HEX triplet: DF, D0 and 7C. RGB value is (223,208,124). Sum of RGB (Red+Green+Blue) = 223+208+124=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD07C is #202F83. Grayscale: #CBCBCB. Windows color (decimal): -2109316 or 8179935. OLE color: 8179935.
HSL color Cylindrical-coordinate representation of color #DFD07C: hue angle of 50.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFD07C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 124 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.13 |
| HSL | 50.91º | 0.61% | 0.68% | - |
| HSV(B) | 50.91º | 0.44% | 0.87% | - |
| XYZ | 56.63 | 62.25 | 28.1 | - |
| YUV | 202.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 124 | 0 | 0.07 | 0.44 | 0.13 | 50.91 | 0.61 | 0.68 |
| Hex | DF | D0 | 7C | 0 | 7 | 2C | D | 33 | 3D | 44 |
| Octal | 337 | 320 | 174 | 0 | 7 | 54 | 15 | 63 | 75 | 104 |
| Binary | 11011111 | 11010000 | 1111100 | 0 | 111 | 101100 | 1101 | 110011 | 111101 | 1000100 |
Color Harmonies of #DFD07C
Complementary color
Monochromatic Colors of #DFD07C
Black with #DFD07C
Text Example
Text Example
White with #DFD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD07C; }
p { color: rgb(223,208,124); }
H1.HeaderClassName
{
color: #DFD07C;
}
.AnyTagClassName
{
color: #DFD07C;
}
</style>
background-color css
<style>
a { background-color: #DFD07C; }
a { background-color: rgb(223,208,124); }
div.DivClassName
{
background-color: #DFD07C;
}
.BgClassName
{
background-color: #DFD07C;
}
</style>
border-color css
<style>
span { border-color: #DFD07C; }
span { border-color: rgb(223,208,124); }
td.TdClassName
{
border-color: #DFD07C;
}
.TagClassName
{
border-color: #DFD07C;
}
</style>