Shades of Goldenrod #DEDE78
Tints of Goldenrod #DEDE78
RGB
CMYK
RGB Variations
Color information
#DEDE78 (or 0xDEDE78) is known color: Goldenrod. HEX triplet: DE, DE and 78. RGB value is (222,222,120). Sum of RGB (Red+Green+Blue) = 222+222+120=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE78 is #212187. Grayscale: #D2D2D2. Windows color (decimal): -2171272 or 7921374. OLE color: 7921374.
HSL color Cylindrical-coordinate representation of color #DEDE78: hue angle of 60º 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 #DEDE78 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 120 | - |
| CMYK | 0 | 0 | 0.46 | 0.13 |
| HSL | 60º | 0.61% | 0.67% | - |
| HSV(B) | 60º | 0.46% | 0.87% | - |
| XYZ | 59.64 | 69.13 | 27.97 | - |
| YUV | 210.37 | 77 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 120 | 0 | 0 | 0.46 | 0.13 | 60 | 0.61 | 0.67 |
| Hex | DE | DE | 78 | 0 | 0 | 2E | D | 3C | 3D | 43 |
| Octal | 336 | 336 | 170 | 0 | 0 | 56 | 15 | 74 | 75 | 103 |
| Binary | 11011110 | 11011110 | 1111000 | 0 | 0 | 101110 | 1101 | 111100 | 111101 | 1000011 |
Color Harmonies of #DEDE78
Complementary color
Monochromatic Colors of #DEDE78
Black with #DEDE78
Text Example
Text Example
White with #DEDE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE78; }
p { color: rgb(222,222,120); }
H1.HeaderClassName
{
color: #DEDE78;
}
.AnyTagClassName
{
color: #DEDE78;
}
</style>
background-color css
<style>
a { background-color: #DEDE78; }
a { background-color: rgb(222,222,120); }
div.DivClassName
{
background-color: #DEDE78;
}
.BgClassName
{
background-color: #DEDE78;
}
</style>
border-color css
<style>
span { border-color: #DEDE78; }
span { border-color: rgb(222,222,120); }
td.TdClassName
{
border-color: #DEDE78;
}
.TagClassName
{
border-color: #DEDE78;
}
</style>