Shades of Goldenrod #DED468
Tints of Goldenrod #DED468
RGB
CMYK
RGB Variations
Color information
#DED468 (or 0xDED468) is known color: Goldenrod. HEX triplet: DE, D4 and 68. RGB value is (222,212,104). Sum of RGB (Red+Green+Blue) = 222+212+104=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DED468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED468 is #212B97. Grayscale: #CBCBCB. Windows color (decimal): -2173848 or 6870238. OLE color: 6870238.
HSL color Cylindrical-coordinate representation of color #DED468: hue angle of 54.92º 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 #DED468 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 104 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 54.92º | 0.64% | 0.64% | - |
| HSV(B) | 54.92º | 0.53% | 0.87% | - |
| XYZ | 56.17 | 63.62 | 22.42 | - |
| YUV | 202.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 104 | 0 | 0.05 | 0.53 | 0.13 | 54.92 | 0.64 | 0.64 |
| Hex | DE | D4 | 68 | 0 | 5 | 35 | D | 37 | 40 | 40 |
| Octal | 336 | 324 | 150 | 0 | 5 | 65 | 15 | 67 | 100 | 100 |
| Binary | 11011110 | 11010100 | 1101000 | 0 | 101 | 110101 | 1101 | 110111 | 1000000 | 1000000 |
Color Harmonies of #DED468
Complementary color
Monochromatic Colors of #DED468
Black with #DED468
Text Example
Text Example
White with #DED468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED468; }
p { color: rgb(222,212,104); }
H1.HeaderClassName
{
color: #DED468;
}
.AnyTagClassName
{
color: #DED468;
}
</style>
background-color css
<style>
a { background-color: #DED468; }
a { background-color: rgb(222,212,104); }
div.DivClassName
{
background-color: #DED468;
}
.BgClassName
{
background-color: #DED468;
}
</style>
border-color css
<style>
span { border-color: #DED468; }
span { border-color: rgb(222,212,104); }
td.TdClassName
{
border-color: #DED468;
}
.TagClassName
{
border-color: #DED468;
}
</style>