Shades of Goldenrod #DEDB76
Tints of Goldenrod #DEDB76
RGB
CMYK
RGB Variations
Color information
#DEDB76 (or 0xDEDB76) is known color: Goldenrod. HEX triplet: DE, DB and 76. RGB value is (222,219,118). Sum of RGB (Red+Green+Blue) = 222+219+118=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB76 is #212489. Grayscale: #D0D0D0. Windows color (decimal): -2172042 or 7789534. OLE color: 7789534.
HSL color Cylindrical-coordinate representation of color #DEDB76: hue angle of 58.27º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEDB76 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 118 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.13 |
| HSL | 58.27º | 0.61% | 0.67% | - |
| HSV(B) | 58.27º | 0.47% | 0.87% | - |
| XYZ | 58.73 | 67.5 | 27.07 | - |
| YUV | 208.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 118 | 0 | 0.01 | 0.47 | 0.13 | 58.27 | 0.61 | 0.67 |
| Hex | DE | DB | 76 | 0 | 1 | 2F | D | 3A | 3D | 43 |
| Octal | 336 | 333 | 166 | 0 | 1 | 57 | 15 | 72 | 75 | 103 |
| Binary | 11011110 | 11011011 | 1110110 | 0 | 1 | 101111 | 1101 | 111010 | 111101 | 1000011 |
Color Harmonies of #DEDB76
Complementary color
Monochromatic Colors of #DEDB76
Black with #DEDB76
Text Example
Text Example
White with #DEDB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB76; }
p { color: rgb(222,219,118); }
H1.HeaderClassName
{
color: #DEDB76;
}
.AnyTagClassName
{
color: #DEDB76;
}
</style>
background-color css
<style>
a { background-color: #DEDB76; }
a { background-color: rgb(222,219,118); }
div.DivClassName
{
background-color: #DEDB76;
}
.BgClassName
{
background-color: #DEDB76;
}
</style>
border-color css
<style>
span { border-color: #DEDB76; }
span { border-color: rgb(222,219,118); }
td.TdClassName
{
border-color: #DEDB76;
}
.TagClassName
{
border-color: #DEDB76;
}
</style>