Shades of Goldenrod #DED469
Tints of Goldenrod #DED469
RGB
CMYK
RGB Variations
Color information
#DED469 (or 0xDED469) is known color: Goldenrod. HEX triplet: DE, D4 and 69. RGB value is (222,212,105). Sum of RGB (Red+Green+Blue) = 222+212+105=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DED469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED469 is #212B96. Grayscale: #CBCBCB. Windows color (decimal): -2173847 or 6935774. OLE color: 6935774.
HSL color Cylindrical-coordinate representation of color #DED469: hue angle of 54.87º 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 #DED469 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 105 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 54.87º | 0.64% | 0.64% | - |
| HSV(B) | 54.87º | 0.53% | 0.87% | - |
| XYZ | 56.22 | 63.64 | 22.68 | - |
| YUV | 202.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 105 | 0 | 0.05 | 0.53 | 0.13 | 54.87 | 0.64 | 0.64 |
| Hex | DE | D4 | 69 | 0 | 5 | 35 | D | 37 | 40 | 40 |
| Octal | 336 | 324 | 151 | 0 | 5 | 65 | 15 | 67 | 100 | 100 |
| Binary | 11011110 | 11010100 | 1101001 | 0 | 101 | 110101 | 1101 | 110111 | 1000000 | 1000000 |
Color Harmonies of #DED469
Complementary color
Monochromatic Colors of #DED469
Black with #DED469
Text Example
Text Example
White with #DED469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED469; }
p { color: rgb(222,212,105); }
H1.HeaderClassName
{
color: #DED469;
}
.AnyTagClassName
{
color: #DED469;
}
</style>
background-color css
<style>
a { background-color: #DED469; }
a { background-color: rgb(222,212,105); }
div.DivClassName
{
background-color: #DED469;
}
.BgClassName
{
background-color: #DED469;
}
</style>
border-color css
<style>
span { border-color: #DED469; }
span { border-color: rgb(222,212,105); }
td.TdClassName
{
border-color: #DED469;
}
.TagClassName
{
border-color: #DED469;
}
</style>