Shades of Goldenrod #DEDB71
Tints of Goldenrod #DEDB71
RGB
CMYK
RGB Variations
Color information
#DEDB71 (or 0xDEDB71) is known color: Goldenrod. HEX triplet: DE, DB and 71. RGB value is (222,219,113). Sum of RGB (Red+Green+Blue) = 222+219+113=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB71 is #21248E. Grayscale: #D0D0D0. Windows color (decimal): -2172047 or 7461854. OLE color: 7461854.
HSL color Cylindrical-coordinate representation of color #DEDB71: hue angle of 58.35º 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 #DEDB71 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 113 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.13 |
| HSL | 58.35º | 0.62% | 0.66% | - |
| HSV(B) | 58.35º | 0.49% | 0.87% | - |
| XYZ | 58.44 | 67.38 | 25.55 | - |
| YUV | 207.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 113 | 0 | 0.01 | 0.49 | 0.13 | 58.35 | 0.62 | 0.66 |
| Hex | DE | DB | 71 | 0 | 1 | 31 | D | 3A | 3E | 42 |
| Octal | 336 | 333 | 161 | 0 | 1 | 61 | 15 | 72 | 76 | 102 |
| Binary | 11011110 | 11011011 | 1110001 | 0 | 1 | 110001 | 1101 | 111010 | 111110 | 1000010 |
Color Harmonies of #DEDB71
Complementary color
Monochromatic Colors of #DEDB71
Black with #DEDB71
Text Example
Text Example
White with #DEDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB71; }
p { color: rgb(222,219,113); }
H1.HeaderClassName
{
color: #DEDB71;
}
.AnyTagClassName
{
color: #DEDB71;
}
</style>
background-color css
<style>
a { background-color: #DEDB71; }
a { background-color: rgb(222,219,113); }
div.DivClassName
{
background-color: #DEDB71;
}
.BgClassName
{
background-color: #DEDB71;
}
</style>
border-color css
<style>
span { border-color: #DEDB71; }
span { border-color: rgb(222,219,113); }
td.TdClassName
{
border-color: #DEDB71;
}
.TagClassName
{
border-color: #DEDB71;
}
</style>