Shades of Goldenrod #DEDC78
Tints of Goldenrod #DEDC78
RGB
CMYK
RGB Variations
Color information
#DEDC78 (or 0xDEDC78) is known color: Goldenrod. HEX triplet: DE, DC and 78. RGB value is (222,220,120). Sum of RGB (Red+Green+Blue) = 222+220+120=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC78 is #212387. Grayscale: #D1D1D1. Windows color (decimal): -2171784 or 7920862. OLE color: 7920862.
HSL color Cylindrical-coordinate representation of color #DEDC78: hue angle of 58.82º 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 #DEDC78 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 120 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.82º | 0.61% | 0.67% | - |
| HSV(B) | 58.82º | 0.46% | 0.87% | - |
| XYZ | 59.11 | 68.07 | 27.79 | - |
| YUV | 209.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 120 | 0 | 0.01 | 0.46 | 0.13 | 58.82 | 0.61 | 0.67 |
| Hex | DE | DC | 78 | 0 | 1 | 2E | D | 3B | 3D | 43 |
| Octal | 336 | 334 | 170 | 0 | 1 | 56 | 15 | 73 | 75 | 103 |
| Binary | 11011110 | 11011100 | 1111000 | 0 | 1 | 101110 | 1101 | 111011 | 111101 | 1000011 |
Color Harmonies of #DEDC78
Complementary color
Monochromatic Colors of #DEDC78
Black with #DEDC78
Text Example
Text Example
White with #DEDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC78; }
p { color: rgb(222,220,120); }
H1.HeaderClassName
{
color: #DEDC78;
}
.AnyTagClassName
{
color: #DEDC78;
}
</style>
background-color css
<style>
a { background-color: #DEDC78; }
a { background-color: rgb(222,220,120); }
div.DivClassName
{
background-color: #DEDC78;
}
.BgClassName
{
background-color: #DEDC78;
}
</style>
border-color css
<style>
span { border-color: #DEDC78; }
span { border-color: rgb(222,220,120); }
td.TdClassName
{
border-color: #DEDC78;
}
.TagClassName
{
border-color: #DEDC78;
}
</style>