Shades of Goldenrod #DED868
Tints of Goldenrod #DED868
RGB
CMYK
RGB Variations
Color information
#DED868 (or 0xDED868) is known color: Goldenrod. HEX triplet: DE, D8 and 68. RGB value is (222,216,104). Sum of RGB (Red+Green+Blue) = 222+216+104=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DED868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED868 is #212797. Grayscale: #CDCDCD. Windows color (decimal): -2172824 or 6871262. OLE color: 6871262.
HSL color Cylindrical-coordinate representation of color #DED868: hue angle of 56.95º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DED868 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 104 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.13 |
| HSL | 56.95º | 0.64% | 0.64% | - |
| HSV(B) | 56.95º | 0.53% | 0.87% | - |
| XYZ | 57.18 | 65.64 | 22.75 | - |
| YUV | 205.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 104 | 0 | 0.03 | 0.53 | 0.13 | 56.95 | 0.64 | 0.64 |
| Hex | DE | D8 | 68 | 0 | 3 | 35 | D | 39 | 40 | 40 |
| Octal | 336 | 330 | 150 | 0 | 3 | 65 | 15 | 71 | 100 | 100 |
| Binary | 11011110 | 11011000 | 1101000 | 0 | 11 | 110101 | 1101 | 111001 | 1000000 | 1000000 |
Color Harmonies of #DED868
Complementary color
Monochromatic Colors of #DED868
Black with #DED868
Text Example
Text Example
White with #DED868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED868; }
p { color: rgb(222,216,104); }
H1.HeaderClassName
{
color: #DED868;
}
.AnyTagClassName
{
color: #DED868;
}
</style>
background-color css
<style>
a { background-color: #DED868; }
a { background-color: rgb(222,216,104); }
div.DivClassName
{
background-color: #DED868;
}
.BgClassName
{
background-color: #DED868;
}
</style>
border-color css
<style>
span { border-color: #DED868; }
span { border-color: rgb(222,216,104); }
td.TdClassName
{
border-color: #DED868;
}
.TagClassName
{
border-color: #DED868;
}
</style>