Shades of Goldenrod #DEDF62
Tints of Goldenrod #DEDF62
RGB
CMYK
RGB Variations
Color information
#DEDF62 (or 0xDEDF62) is known color: Goldenrod. HEX triplet: DE, DF and 62. RGB value is (222,223,98). Sum of RGB (Red+Green+Blue) = 222+223+98=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF62 is #21209D. Grayscale: #D0D0D0. Windows color (decimal): -2171038 or 6479838. OLE color: 6479838.
HSL color Cylindrical-coordinate representation of color #DEDF62: hue angle of 60.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEDF62 is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 98 | - |
| CMYK | 0.00 | 0 | 0.56 | 0.13 |
| HSL | 60.48º | 0.66% | 0.63% | - |
| HSV(B) | 60.48º | 0.56% | 0.87% | - |
| XYZ | 58.72 | 69.19 | 21.81 | - |
| YUV | 208.45 | 65.67 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 98 | 0.00 | 0 | 0.56 | 0.13 | 60.48 | 0.66 | 0.63 |
| Hex | DE | DF | 62 | 0 | 0 | 38 | D | 3C | 42 | 3F |
| Octal | 336 | 337 | 142 | 0 | 0 | 70 | 15 | 74 | 102 | 77 |
| Binary | 11011110 | 11011111 | 1100010 | 0 | 0 | 111000 | 1101 | 111100 | 1000010 | 111111 |
Color Harmonies of #DEDF62
Complementary color
Monochromatic Colors of #DEDF62
Black with #DEDF62
Text Example
Text Example
White with #DEDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF62; }
p { color: rgb(222,223,98); }
H1.HeaderClassName
{
color: #DEDF62;
}
.AnyTagClassName
{
color: #DEDF62;
}
</style>
background-color css
<style>
a { background-color: #DEDF62; }
a { background-color: rgb(222,223,98); }
div.DivClassName
{
background-color: #DEDF62;
}
.BgClassName
{
background-color: #DEDF62;
}
</style>
border-color css
<style>
span { border-color: #DEDF62; }
span { border-color: rgb(222,223,98); }
td.TdClassName
{
border-color: #DEDF62;
}
.TagClassName
{
border-color: #DEDF62;
}
</style>