Shades of Sandwisp #DFD07E
Tints of Sandwisp #DFD07E
RGB
CMYK
RGB Variations
Color information
#DFD07E (or 0xDFD07E) is known color: Sandwisp. HEX triplet: DF, D0 and 7E. RGB value is (223,208,126). Sum of RGB (Red+Green+Blue) = 223+208+126=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD07E is #202F81. Grayscale: #CBCBCB. Windows color (decimal): -2109314 or 8311007. OLE color: 8311007.
HSL color Cylindrical-coordinate representation of color #DFD07E: hue angle of 50.72º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFD07E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 208 | 126 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.13 |
| HSL | 50.72º | 0.6% | 0.68% | - |
| HSV(B) | 50.72º | 0.43% | 0.87% | - |
| XYZ | 56.75 | 62.31 | 28.77 | - |
| YUV | 203.14 | 84.47 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 208 | 126 | 0 | 0.07 | 0.43 | 0.13 | 50.72 | 0.6 | 0.68 |
| Hex | DF | D0 | 7E | 0 | 7 | 2B | D | 33 | 3C | 44 |
| Octal | 337 | 320 | 176 | 0 | 7 | 53 | 15 | 63 | 74 | 104 |
| Binary | 11011111 | 11010000 | 1111110 | 0 | 111 | 101011 | 1101 | 110011 | 111100 | 1000100 |
Color Harmonies of #DFD07E
Complementary color
Monochromatic Colors of #DFD07E
Black with #DFD07E
Text Example
Text Example
White with #DFD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD07E; }
p { color: rgb(223,208,126); }
H1.HeaderClassName
{
color: #DFD07E;
}
.AnyTagClassName
{
color: #DFD07E;
}
</style>
background-color css
<style>
a { background-color: #DFD07E; }
a { background-color: rgb(223,208,126); }
div.DivClassName
{
background-color: #DFD07E;
}
.BgClassName
{
background-color: #DFD07E;
}
</style>
border-color css
<style>
span { border-color: #DFD07E; }
span { border-color: rgb(223,208,126); }
td.TdClassName
{
border-color: #DFD07E;
}
.TagClassName
{
border-color: #DFD07E;
}
</style>