Shades of Goldenrod #DEDE69
Tints of Goldenrod #DEDE69
RGB
CMYK
RGB Variations
Color information
#DEDE69 (or 0xDEDE69) is known color: Goldenrod. HEX triplet: DE, DE and 69. RGB value is (222,222,105). Sum of RGB (Red+Green+Blue) = 222+222+105=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE69 is #212196. Grayscale: #D1D1D1. Windows color (decimal): -2171287 or 6938334. OLE color: 6938334.
HSL color Cylindrical-coordinate representation of color #DEDE69: hue angle of 60º 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 #DEDE69 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 105 | - |
| CMYK | 0 | 0 | 0.53 | 0.13 |
| HSL | 60º | 0.64% | 0.64% | - |
| HSV(B) | 60º | 0.53% | 0.87% | - |
| XYZ | 58.8 | 68.79 | 23.54 | - |
| YUV | 208.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 105 | 0 | 0 | 0.53 | 0.13 | 60 | 0.64 | 0.64 |
| Hex | DE | DE | 69 | 0 | 0 | 35 | D | 3C | 40 | 40 |
| Octal | 336 | 336 | 151 | 0 | 0 | 65 | 15 | 74 | 100 | 100 |
| Binary | 11011110 | 11011110 | 1101001 | 0 | 0 | 110101 | 1101 | 111100 | 1000000 | 1000000 |
Color Harmonies of #DEDE69
Complementary color
Monochromatic Colors of #DEDE69
Black with #DEDE69
Text Example
Text Example
White with #DEDE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE69; }
p { color: rgb(222,222,105); }
H1.HeaderClassName
{
color: #DEDE69;
}
.AnyTagClassName
{
color: #DEDE69;
}
</style>
background-color css
<style>
a { background-color: #DEDE69; }
a { background-color: rgb(222,222,105); }
div.DivClassName
{
background-color: #DEDE69;
}
.BgClassName
{
background-color: #DEDE69;
}
</style>
border-color css
<style>
span { border-color: #DEDE69; }
span { border-color: rgb(222,222,105); }
td.TdClassName
{
border-color: #DEDE69;
}
.TagClassName
{
border-color: #DEDE69;
}
</style>