Shades of Sandwisp #DED37F
Tints of Sandwisp #DED37F
RGB
CMYK
RGB Variations
Color information
#DED37F (or 0xDED37F) is known color: Sandwisp. HEX triplet: DE, D3 and 7F. RGB value is (222,211,127). Sum of RGB (Red+Green+Blue) = 222+211+127=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DED37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED37F is #212C80. Grayscale: #CDCDCD. Windows color (decimal): -2174081 or 8377310. OLE color: 8377310.
HSL color Cylindrical-coordinate representation of color #DED37F: hue angle of 53.05º 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 #DED37F is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 127 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.13 |
| HSL | 53.05º | 0.59% | 0.68% | - |
| HSV(B) | 53.05º | 0.43% | 0.87% | - |
| XYZ | 57.25 | 63.65 | 29.35 | - |
| YUV | 204.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 127 | 0 | 0.05 | 0.43 | 0.13 | 53.05 | 0.59 | 0.68 |
| Hex | DE | D3 | 7F | 0 | 5 | 2B | D | 35 | 3B | 44 |
| Octal | 336 | 323 | 177 | 0 | 5 | 53 | 15 | 65 | 73 | 104 |
| Binary | 11011110 | 11010011 | 1111111 | 0 | 101 | 101011 | 1101 | 110101 | 111011 | 1000100 |
Color Harmonies of #DED37F
Complementary color
Monochromatic Colors of #DED37F
Black with #DED37F
Text Example
Text Example
White with #DED37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED37F; }
p { color: rgb(222,211,127); }
H1.HeaderClassName
{
color: #DED37F;
}
.AnyTagClassName
{
color: #DED37F;
}
</style>
background-color css
<style>
a { background-color: #DED37F; }
a { background-color: rgb(222,211,127); }
div.DivClassName
{
background-color: #DED37F;
}
.BgClassName
{
background-color: #DED37F;
}
</style>
border-color css
<style>
span { border-color: #DED37F; }
span { border-color: rgb(222,211,127); }
td.TdClassName
{
border-color: #DED37F;
}
.TagClassName
{
border-color: #DED37F;
}
</style>