Shades of Goldenrod #DEDD78
Tints of Goldenrod #DEDD78
RGB
CMYK
RGB Variations
Color information
#DEDD78 (or 0xDEDD78) is known color: Goldenrod. HEX triplet: DE, DD and 78. RGB value is (222,221,120). Sum of RGB (Red+Green+Blue) = 222+221+120=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD78 is #212287. Grayscale: #D2D2D2. Windows color (decimal): -2171528 or 7921118. OLE color: 7921118.
HSL color Cylindrical-coordinate representation of color #DEDD78: hue angle of 59.41º 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 #DEDD78 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 120 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.13 |
| HSL | 59.41º | 0.61% | 0.67% | - |
| HSV(B) | 59.41º | 0.46% | 0.87% | - |
| XYZ | 59.37 | 68.6 | 27.88 | - |
| YUV | 209.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 120 | 0 | 0.00 | 0.46 | 0.13 | 59.41 | 0.61 | 0.67 |
| Hex | DE | DD | 78 | 0 | 0 | 2E | D | 3B | 3D | 43 |
| Octal | 336 | 335 | 170 | 0 | 0 | 56 | 15 | 73 | 75 | 103 |
| Binary | 11011110 | 11011101 | 1111000 | 0 | 0 | 101110 | 1101 | 111011 | 111101 | 1000011 |
Color Harmonies of #DEDD78
Complementary color
Monochromatic Colors of #DEDD78
Black with #DEDD78
Text Example
Text Example
White with #DEDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD78; }
p { color: rgb(222,221,120); }
H1.HeaderClassName
{
color: #DEDD78;
}
.AnyTagClassName
{
color: #DEDD78;
}
</style>
background-color css
<style>
a { background-color: #DEDD78; }
a { background-color: rgb(222,221,120); }
div.DivClassName
{
background-color: #DEDD78;
}
.BgClassName
{
background-color: #DEDD78;
}
</style>
border-color css
<style>
span { border-color: #DEDD78; }
span { border-color: rgb(222,221,120); }
td.TdClassName
{
border-color: #DEDD78;
}
.TagClassName
{
border-color: #DEDD78;
}
</style>