Shades of Goldenrod #DEDB78
Tints of Goldenrod #DEDB78
RGB
CMYK
RGB Variations
Color information
#DEDB78 (or 0xDEDB78) is known color: Goldenrod. HEX triplet: DE, DB and 78. RGB value is (222,219,120). Sum of RGB (Red+Green+Blue) = 222+219+120=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB78 is #212487. Grayscale: #D1D1D1. Windows color (decimal): -2172040 or 7920606. OLE color: 7920606.
HSL color Cylindrical-coordinate representation of color #DEDB78: hue angle of 58.24º 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 #DEDB78 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 120 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.13 |
| HSL | 58.24º | 0.61% | 0.67% | - |
| HSV(B) | 58.24º | 0.46% | 0.87% | - |
| XYZ | 58.85 | 67.55 | 27.71 | - |
| YUV | 208.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 120 | 0 | 0.01 | 0.46 | 0.13 | 58.24 | 0.61 | 0.67 |
| Hex | DE | DB | 78 | 0 | 1 | 2E | D | 3A | 3D | 43 |
| Octal | 336 | 333 | 170 | 0 | 1 | 56 | 15 | 72 | 75 | 103 |
| Binary | 11011110 | 11011011 | 1111000 | 0 | 1 | 101110 | 1101 | 111010 | 111101 | 1000011 |
Color Harmonies of #DEDB78
Complementary color
Monochromatic Colors of #DEDB78
Black with #DEDB78
Text Example
Text Example
White with #DEDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB78; }
p { color: rgb(222,219,120); }
H1.HeaderClassName
{
color: #DEDB78;
}
.AnyTagClassName
{
color: #DEDB78;
}
</style>
background-color css
<style>
a { background-color: #DEDB78; }
a { background-color: rgb(222,219,120); }
div.DivClassName
{
background-color: #DEDB78;
}
.BgClassName
{
background-color: #DEDB78;
}
</style>
border-color css
<style>
span { border-color: #DEDB78; }
span { border-color: rgb(222,219,120); }
td.TdClassName
{
border-color: #DEDB78;
}
.TagClassName
{
border-color: #DEDB78;
}
</style>