Shades of Goldenrod #DEDE7B
Tints of Goldenrod #DEDE7B
RGB
CMYK
RGB Variations
Color information
#DEDE7B (or 0xDEDE7B) is known color: Goldenrod. HEX triplet: DE, DE and 7B. RGB value is (222,222,123). Sum of RGB (Red+Green+Blue) = 222+222+123=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE7B is #212184. Grayscale: #D3D3D3. Windows color (decimal): -2171269 or 8117982. OLE color: 8117982.
HSL color Cylindrical-coordinate representation of color #DEDE7B: hue angle of 60º 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 #DEDE7B is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 123 | - |
| CMYK | 0 | 0 | 0.45 | 0.13 |
| HSL | 60º | 0.6% | 0.68% | - |
| HSV(B) | 60º | 0.45% | 0.87% | - |
| XYZ | 59.82 | 69.2 | 28.94 | - |
| YUV | 210.71 | 78.5 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 123 | 0 | 0 | 0.45 | 0.13 | 60 | 0.6 | 0.68 |
| Hex | DE | DE | 7B | 0 | 0 | 2D | D | 3C | 3C | 44 |
| Octal | 336 | 336 | 173 | 0 | 0 | 55 | 15 | 74 | 74 | 104 |
| Binary | 11011110 | 11011110 | 1111011 | 0 | 0 | 101101 | 1101 | 111100 | 111100 | 1000100 |
Color Harmonies of #DEDE7B
Complementary color
Monochromatic Colors of #DEDE7B
Black with #DEDE7B
Text Example
Text Example
White with #DEDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE7B; }
p { color: rgb(222,222,123); }
H1.HeaderClassName
{
color: #DEDE7B;
}
.AnyTagClassName
{
color: #DEDE7B;
}
</style>
background-color css
<style>
a { background-color: #DEDE7B; }
a { background-color: rgb(222,222,123); }
div.DivClassName
{
background-color: #DEDE7B;
}
.BgClassName
{
background-color: #DEDE7B;
}
</style>
border-color css
<style>
span { border-color: #DEDE7B; }
span { border-color: rgb(222,222,123); }
td.TdClassName
{
border-color: #DEDE7B;
}
.TagClassName
{
border-color: #DEDE7B;
}
</style>