Shades of Sandwisp #DED07E
Tints of Sandwisp #DED07E
RGB
CMYK
RGB Variations
Color information
#DED07E (or 0xDED07E) is known color: Sandwisp. HEX triplet: DE, D0 and 7E. RGB value is (222,208,126). Sum of RGB (Red+Green+Blue) = 222+208+126=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DED07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED07E is #212F81. Grayscale: #CBCBCB. Windows color (decimal): -2174850 or 8311006. OLE color: 8311006.
HSL color Cylindrical-coordinate representation of color #DED07E: hue angle of 51.25º degrees, saturation: 0.59, 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 #DED07E is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 126 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.13 |
| HSL | 51.25º | 0.59% | 0.68% | - |
| HSV(B) | 51.25º | 0.43% | 0.87% | - |
| XYZ | 56.45 | 62.15 | 28.76 | - |
| YUV | 202.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 126 | 0 | 0.06 | 0.43 | 0.13 | 51.25 | 0.59 | 0.68 |
| Hex | DE | D0 | 7E | 0 | 6 | 2B | D | 33 | 3B | 44 |
| Octal | 336 | 320 | 176 | 0 | 6 | 53 | 15 | 63 | 73 | 104 |
| Binary | 11011110 | 11010000 | 1111110 | 0 | 110 | 101011 | 1101 | 110011 | 111011 | 1000100 |
Color Harmonies of #DED07E
Complementary color
Monochromatic Colors of #DED07E
Black with #DED07E
Text Example
Text Example
White with #DED07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED07E; }
p { color: rgb(222,208,126); }
H1.HeaderClassName
{
color: #DED07E;
}
.AnyTagClassName
{
color: #DED07E;
}
</style>
background-color css
<style>
a { background-color: #DED07E; }
a { background-color: rgb(222,208,126); }
div.DivClassName
{
background-color: #DED07E;
}
.BgClassName
{
background-color: #DED07E;
}
</style>
border-color css
<style>
span { border-color: #DED07E; }
span { border-color: rgb(222,208,126); }
td.TdClassName
{
border-color: #DED07E;
}
.TagClassName
{
border-color: #DED07E;
}
</style>