Shades of Goldenrod #DEDC7B
Tints of Goldenrod #DEDC7B
RGB
CMYK
RGB Variations
Color information
#DEDC7B (or 0xDEDC7B) is known color: Goldenrod. HEX triplet: DE, DC and 7B. RGB value is (222,220,123). Sum of RGB (Red+Green+Blue) = 222+220+123=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC7B is #212384. Grayscale: #D1D1D1. Windows color (decimal): -2171781 or 8117470. OLE color: 8117470.
HSL color Cylindrical-coordinate representation of color #DEDC7B: hue angle of 58.79º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEDC7B is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 123 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.13 |
| HSL | 58.79º | 0.6% | 0.68% | - |
| HSV(B) | 58.79º | 0.45% | 0.87% | - |
| XYZ | 59.29 | 68.15 | 28.77 | - |
| YUV | 209.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 123 | 0 | 0.01 | 0.45 | 0.13 | 58.79 | 0.6 | 0.68 |
| Hex | DE | DC | 7B | 0 | 1 | 2D | D | 3B | 3C | 44 |
| Octal | 336 | 334 | 173 | 0 | 1 | 55 | 15 | 73 | 74 | 104 |
| Binary | 11011110 | 11011100 | 1111011 | 0 | 1 | 101101 | 1101 | 111011 | 111100 | 1000100 |
Color Harmonies of #DEDC7B
Complementary color
Monochromatic Colors of #DEDC7B
Black with #DEDC7B
Text Example
Text Example
White with #DEDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC7B; }
p { color: rgb(222,220,123); }
H1.HeaderClassName
{
color: #DEDC7B;
}
.AnyTagClassName
{
color: #DEDC7B;
}
</style>
background-color css
<style>
a { background-color: #DEDC7B; }
a { background-color: rgb(222,220,123); }
div.DivClassName
{
background-color: #DEDC7B;
}
.BgClassName
{
background-color: #DEDC7B;
}
</style>
border-color css
<style>
span { border-color: #DEDC7B; }
span { border-color: rgb(222,220,123); }
td.TdClassName
{
border-color: #DEDC7B;
}
.TagClassName
{
border-color: #DEDC7B;
}
</style>