Shades of Sandwisp #DED07C
Tints of Sandwisp #DED07C
RGB
CMYK
RGB Variations
Color information
#DED07C (or 0xDED07C) is known color: Sandwisp. HEX triplet: DE, D0 and 7C. RGB value is (222,208,124). Sum of RGB (Red+Green+Blue) = 222+208+124=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DED07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED07C is #212F83. Grayscale: #CACACA. Windows color (decimal): -2174852 or 8179934. OLE color: 8179934.
HSL color Cylindrical-coordinate representation of color #DED07C: hue angle of 51.43º degrees, saturation: 0.6, 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 #DED07C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 124 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.13 |
| HSL | 51.43º | 0.6% | 0.68% | - |
| HSV(B) | 51.43º | 0.44% | 0.87% | - |
| XYZ | 56.32 | 62.1 | 28.09 | - |
| YUV | 202.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 124 | 0 | 0.06 | 0.44 | 0.13 | 51.43 | 0.6 | 0.68 |
| Hex | DE | D0 | 7C | 0 | 6 | 2C | D | 33 | 3C | 44 |
| Octal | 336 | 320 | 174 | 0 | 6 | 54 | 15 | 63 | 74 | 104 |
| Binary | 11011110 | 11010000 | 1111100 | 0 | 110 | 101100 | 1101 | 110011 | 111100 | 1000100 |
Color Harmonies of #DED07C
Complementary color
Monochromatic Colors of #DED07C
Black with #DED07C
Text Example
Text Example
White with #DED07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED07C; }
p { color: rgb(222,208,124); }
H1.HeaderClassName
{
color: #DED07C;
}
.AnyTagClassName
{
color: #DED07C;
}
</style>
background-color css
<style>
a { background-color: #DED07C; }
a { background-color: rgb(222,208,124); }
div.DivClassName
{
background-color: #DED07C;
}
.BgClassName
{
background-color: #DED07C;
}
</style>
border-color css
<style>
span { border-color: #DED07C; }
span { border-color: rgb(222,208,124); }
td.TdClassName
{
border-color: #DED07C;
}
.TagClassName
{
border-color: #DED07C;
}
</style>