Shades of Goldenrod #DEDA78
Tints of Goldenrod #DEDA78
RGB
CMYK
RGB Variations
Color information
#DEDA78 (or 0xDEDA78) is known color: Goldenrod. HEX triplet: DE, DA and 78. RGB value is (222,218,120). Sum of RGB (Red+Green+Blue) = 222+218+120=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA78 is #212587. Grayscale: #D0D0D0. Windows color (decimal): -2172296 or 7920350. OLE color: 7920350.
HSL color Cylindrical-coordinate representation of color #DEDA78: hue angle of 57.65º 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 #DEDA78 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 120 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.13 |
| HSL | 57.65º | 0.61% | 0.67% | - |
| HSV(B) | 57.65º | 0.46% | 0.87% | - |
| XYZ | 58.59 | 67.03 | 27.62 | - |
| YUV | 208.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 120 | 0 | 0.02 | 0.46 | 0.13 | 57.65 | 0.61 | 0.67 |
| Hex | DE | DA | 78 | 0 | 2 | 2E | D | 3A | 3D | 43 |
| Octal | 336 | 332 | 170 | 0 | 2 | 56 | 15 | 72 | 75 | 103 |
| Binary | 11011110 | 11011010 | 1111000 | 0 | 10 | 101110 | 1101 | 111010 | 111101 | 1000011 |
Color Harmonies of #DEDA78
Complementary color
Monochromatic Colors of #DEDA78
Black with #DEDA78
Text Example
Text Example
White with #DEDA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA78; }
p { color: rgb(222,218,120); }
H1.HeaderClassName
{
color: #DEDA78;
}
.AnyTagClassName
{
color: #DEDA78;
}
</style>
background-color css
<style>
a { background-color: #DEDA78; }
a { background-color: rgb(222,218,120); }
div.DivClassName
{
background-color: #DEDA78;
}
.BgClassName
{
background-color: #DEDA78;
}
</style>
border-color css
<style>
span { border-color: #DEDA78; }
span { border-color: rgb(222,218,120); }
td.TdClassName
{
border-color: #DEDA78;
}
.TagClassName
{
border-color: #DEDA78;
}
</style>