Shades of Goldenrod #DED668
Tints of Goldenrod #DED668
RGB
CMYK
RGB Variations
Color information
#DED668 (or 0xDED668) is known color: Goldenrod. HEX triplet: DE, D6 and 68. RGB value is (222,214,104). Sum of RGB (Red+Green+Blue) = 222+214+104=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DED668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED668 is #212997. Grayscale: #CCCCCC. Windows color (decimal): -2173336 or 6870750. OLE color: 6870750.
HSL color Cylindrical-coordinate representation of color #DED668: hue angle of 55.93º 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 #DED668 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 104 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.13 |
| HSL | 55.93º | 0.64% | 0.64% | - |
| HSV(B) | 55.93º | 0.53% | 0.87% | - |
| XYZ | 56.67 | 64.62 | 22.58 | - |
| YUV | 203.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 104 | 0 | 0.04 | 0.53 | 0.13 | 55.93 | 0.64 | 0.64 |
| Hex | DE | D6 | 68 | 0 | 4 | 35 | D | 38 | 40 | 40 |
| Octal | 336 | 326 | 150 | 0 | 4 | 65 | 15 | 70 | 100 | 100 |
| Binary | 11011110 | 11010110 | 1101000 | 0 | 100 | 110101 | 1101 | 111000 | 1000000 | 1000000 |
Color Harmonies of #DED668
Complementary color
Monochromatic Colors of #DED668
Black with #DED668
Text Example
Text Example
White with #DED668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED668; }
p { color: rgb(222,214,104); }
H1.HeaderClassName
{
color: #DED668;
}
.AnyTagClassName
{
color: #DED668;
}
</style>
background-color css
<style>
a { background-color: #DED668; }
a { background-color: rgb(222,214,104); }
div.DivClassName
{
background-color: #DED668;
}
.BgClassName
{
background-color: #DED668;
}
</style>
border-color css
<style>
span { border-color: #DED668; }
span { border-color: rgb(222,214,104); }
td.TdClassName
{
border-color: #DED668;
}
.TagClassName
{
border-color: #DED668;
}
</style>