Shades of Goldenrod #DED467
Tints of Goldenrod #DED467
RGB
CMYK
RGB Variations
Color information
#DED467 (or 0xDED467) is known color: Goldenrod. HEX triplet: DE, D4 and 67. RGB value is (222,212,103). Sum of RGB (Red+Green+Blue) = 222+212+103=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DED467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED467 is #212B98. Grayscale: #CBCBCB. Windows color (decimal): -2173849 or 6804702. OLE color: 6804702.
HSL color Cylindrical-coordinate representation of color #DED467: hue angle of 54.96º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DED467 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 103 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.13 |
| HSL | 54.96º | 0.64% | 0.64% | - |
| HSV(B) | 54.96º | 0.54% | 0.87% | - |
| XYZ | 56.12 | 63.6 | 22.15 | - |
| YUV | 202.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 103 | 0 | 0.05 | 0.54 | 0.13 | 54.96 | 0.64 | 0.64 |
| Hex | DE | D4 | 67 | 0 | 5 | 36 | D | 37 | 40 | 40 |
| Octal | 336 | 324 | 147 | 0 | 5 | 66 | 15 | 67 | 100 | 100 |
| Binary | 11011110 | 11010100 | 1100111 | 0 | 101 | 110110 | 1101 | 110111 | 1000000 | 1000000 |
Color Harmonies of #DED467
Complementary color
Monochromatic Colors of #DED467
Black with #DED467
Text Example
Text Example
White with #DED467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED467; }
p { color: rgb(222,212,103); }
H1.HeaderClassName
{
color: #DED467;
}
.AnyTagClassName
{
color: #DED467;
}
</style>
background-color css
<style>
a { background-color: #DED467; }
a { background-color: rgb(222,212,103); }
div.DivClassName
{
background-color: #DED467;
}
.BgClassName
{
background-color: #DED467;
}
</style>
border-color css
<style>
span { border-color: #DED467; }
span { border-color: rgb(222,212,103); }
td.TdClassName
{
border-color: #DED467;
}
.TagClassName
{
border-color: #DED467;
}
</style>