Shades of Goldenrod #DEDE71
Tints of Goldenrod #DEDE71
RGB
CMYK
RGB Variations
Color information
#DEDE71 (or 0xDEDE71) is known color: Goldenrod. HEX triplet: DE, DE and 71. RGB value is (222,222,113). Sum of RGB (Red+Green+Blue) = 222+222+113=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE71 is #21218E. Grayscale: #D2D2D2. Windows color (decimal): -2171279 or 7462622. OLE color: 7462622.
HSL color Cylindrical-coordinate representation of color #DEDE71: hue angle of 60º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEDE71 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 113 | - |
| CMYK | 0 | 0 | 0.49 | 0.13 |
| HSL | 60º | 0.62% | 0.66% | - |
| HSV(B) | 60º | 0.49% | 0.87% | - |
| XYZ | 59.23 | 68.96 | 25.81 | - |
| YUV | 209.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 113 | 0 | 0 | 0.49 | 0.13 | 60 | 0.62 | 0.66 |
| Hex | DE | DE | 71 | 0 | 0 | 31 | D | 3C | 3E | 42 |
| Octal | 336 | 336 | 161 | 0 | 0 | 61 | 15 | 74 | 76 | 102 |
| Binary | 11011110 | 11011110 | 1110001 | 0 | 0 | 110001 | 1101 | 111100 | 111110 | 1000010 |
Color Harmonies of #DEDE71
Complementary color
Monochromatic Colors of #DEDE71
Black with #DEDE71
Text Example
Text Example
White with #DEDE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE71; }
p { color: rgb(222,222,113); }
H1.HeaderClassName
{
color: #DEDE71;
}
.AnyTagClassName
{
color: #DEDE71;
}
</style>
background-color css
<style>
a { background-color: #DEDE71; }
a { background-color: rgb(222,222,113); }
div.DivClassName
{
background-color: #DEDE71;
}
.BgClassName
{
background-color: #DEDE71;
}
</style>
border-color css
<style>
span { border-color: #DEDE71; }
span { border-color: rgb(222,222,113); }
td.TdClassName
{
border-color: #DEDE71;
}
.TagClassName
{
border-color: #DEDE71;
}
</style>