Shades of Goldenrod #DED971
Tints of Goldenrod #DED971
RGB
CMYK
RGB Variations
Color information
#DED971 (or 0xDED971) is known color: Goldenrod. HEX triplet: DE, D9 and 71. RGB value is (222,217,113). Sum of RGB (Red+Green+Blue) = 222+217+113=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DED971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED971 is #21268E. Grayscale: #CFCFCF. Windows color (decimal): -2172559 or 7461342. OLE color: 7461342.
HSL color Cylindrical-coordinate representation of color #DED971: hue angle of 57.25º 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 #DED971 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 113 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.13 |
| HSL | 57.25º | 0.62% | 0.66% | - |
| HSV(B) | 57.25º | 0.49% | 0.87% | - |
| XYZ | 57.92 | 66.35 | 25.38 | - |
| YUV | 206.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 113 | 0 | 0.02 | 0.49 | 0.13 | 57.25 | 0.62 | 0.66 |
| Hex | DE | D9 | 71 | 0 | 2 | 31 | D | 39 | 3E | 42 |
| Octal | 336 | 331 | 161 | 0 | 2 | 61 | 15 | 71 | 76 | 102 |
| Binary | 11011110 | 11011001 | 1110001 | 0 | 10 | 110001 | 1101 | 111001 | 111110 | 1000010 |
Color Harmonies of #DED971
Complementary color
Monochromatic Colors of #DED971
Black with #DED971
Text Example
Text Example
White with #DED971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED971; }
p { color: rgb(222,217,113); }
H1.HeaderClassName
{
color: #DED971;
}
.AnyTagClassName
{
color: #DED971;
}
</style>
background-color css
<style>
a { background-color: #DED971; }
a { background-color: rgb(222,217,113); }
div.DivClassName
{
background-color: #DED971;
}
.BgClassName
{
background-color: #DED971;
}
</style>
border-color css
<style>
span { border-color: #DED971; }
span { border-color: rgb(222,217,113); }
td.TdClassName
{
border-color: #DED971;
}
.TagClassName
{
border-color: #DED971;
}
</style>