Shades of Goldenrod #DEDB77
Tints of Goldenrod #DEDB77
RGB
CMYK
RGB Variations
Color information
#DEDB77 (or 0xDEDB77) is known color: Goldenrod. HEX triplet: DE, DB and 77. RGB value is (222,219,119). Sum of RGB (Red+Green+Blue) = 222+219+119=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 119 (46.88% from 255 or 21.25% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB77 is #212488. Grayscale: #D0D0D0. Windows color (decimal): -2172041 or 7855070. OLE color: 7855070.
HSL color Cylindrical-coordinate representation of color #DEDB77: hue angle of 58.25º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEDB77 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 119 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.25º | 0.61% | 0.67% | - |
| HSV(B) | 58.25º | 0.46% | 0.87% | - |
| XYZ | 58.79 | 67.52 | 27.39 | - |
| YUV | 208.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 119 | 0 | 0.01 | 0.46 | 0.13 | 58.25 | 0.61 | 0.67 |
| Hex | DE | DB | 77 | 0 | 1 | 2E | D | 3A | 3D | 43 |
| Octal | 336 | 333 | 167 | 0 | 1 | 56 | 15 | 72 | 75 | 103 |
| Binary | 11011110 | 11011011 | 1110111 | 0 | 1 | 101110 | 1101 | 111010 | 111101 | 1000011 |
Color Harmonies of #DEDB77
Complementary color
Monochromatic Colors of #DEDB77
Black with #DEDB77
Text Example
Text Example
White with #DEDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB77; }
p { color: rgb(222,219,119); }
H1.HeaderClassName
{
color: #DEDB77;
}
.AnyTagClassName
{
color: #DEDB77;
}
</style>
background-color css
<style>
a { background-color: #DEDB77; }
a { background-color: rgb(222,219,119); }
div.DivClassName
{
background-color: #DEDB77;
}
.BgClassName
{
background-color: #DEDB77;
}
</style>
border-color css
<style>
span { border-color: #DEDB77; }
span { border-color: rgb(222,219,119); }
td.TdClassName
{
border-color: #DEDB77;
}
.TagClassName
{
border-color: #DEDB77;
}
</style>