Shades of Goldenrod #DEDD63
Tints of Goldenrod #DEDD63
RGB
CMYK
RGB Variations
Color information
#DEDD63 (or 0xDEDD63) is known color: Goldenrod. HEX triplet: DE, DD and 63. RGB value is (222,221,99). Sum of RGB (Red+Green+Blue) = 222+221+99=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 99 (39.06% from 255 or 18.27% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD63 is #21229C. Grayscale: #CFCFCF. Windows color (decimal): -2171549 or 6544862. OLE color: 6544862.
HSL color Cylindrical-coordinate representation of color #DEDD63: hue angle of 59.51º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEDD63 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 99 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.13 |
| HSL | 59.51º | 0.65% | 0.63% | - |
| HSV(B) | 59.51º | 0.55% | 0.87% | - |
| XYZ | 58.23 | 68.14 | 21.89 | - |
| YUV | 207.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 99 | 0 | 0.00 | 0.55 | 0.13 | 59.51 | 0.65 | 0.63 |
| Hex | DE | DD | 63 | 0 | 0 | 37 | D | 3C | 41 | 3F |
| Octal | 336 | 335 | 143 | 0 | 0 | 67 | 15 | 74 | 101 | 77 |
| Binary | 11011110 | 11011101 | 1100011 | 0 | 0 | 110111 | 1101 | 111100 | 1000001 | 111111 |
Color Harmonies of #DEDD63
Complementary color
Monochromatic Colors of #DEDD63
Black with #DEDD63
Text Example
Text Example
White with #DEDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD63; }
p { color: rgb(222,221,99); }
H1.HeaderClassName
{
color: #DEDD63;
}
.AnyTagClassName
{
color: #DEDD63;
}
</style>
background-color css
<style>
a { background-color: #DEDD63; }
a { background-color: rgb(222,221,99); }
div.DivClassName
{
background-color: #DEDD63;
}
.BgClassName
{
background-color: #DEDD63;
}
</style>
border-color css
<style>
span { border-color: #DEDD63; }
span { border-color: rgb(222,221,99); }
td.TdClassName
{
border-color: #DEDD63;
}
.TagClassName
{
border-color: #DEDD63;
}
</style>