Shades of Goldenrod #DEDD69
Tints of Goldenrod #DEDD69
RGB
CMYK
RGB Variations
Color information
#DEDD69 (or 0xDEDD69) is known color: Goldenrod. HEX triplet: DE, DD and 69. RGB value is (222,221,105). Sum of RGB (Red+Green+Blue) = 222+221+105=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 105 (41.41% from 255 or 19.16% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD69 is #212296. Grayscale: #D0D0D0. Windows color (decimal): -2171543 or 6938078. OLE color: 6938078.
HSL color Cylindrical-coordinate representation of color #DEDD69: hue angle of 59.49º 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 #DEDD69 is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 105 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.13 |
| HSL | 59.49º | 0.64% | 0.64% | - |
| HSV(B) | 59.49º | 0.53% | 0.87% | - |
| XYZ | 58.53 | 68.26 | 23.46 | - |
| YUV | 208.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 105 | 0 | 0.00 | 0.53 | 0.13 | 59.49 | 0.64 | 0.64 |
| Hex | DE | DD | 69 | 0 | 0 | 35 | D | 3B | 40 | 40 |
| Octal | 336 | 335 | 151 | 0 | 0 | 65 | 15 | 73 | 100 | 100 |
| Binary | 11011110 | 11011101 | 1101001 | 0 | 0 | 110101 | 1101 | 111011 | 1000000 | 1000000 |
Color Harmonies of #DEDD69
Complementary color
Monochromatic Colors of #DEDD69
Black with #DEDD69
Text Example
Text Example
White with #DEDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD69; }
p { color: rgb(222,221,105); }
H1.HeaderClassName
{
color: #DEDD69;
}
.AnyTagClassName
{
color: #DEDD69;
}
</style>
background-color css
<style>
a { background-color: #DEDD69; }
a { background-color: rgb(222,221,105); }
div.DivClassName
{
background-color: #DEDD69;
}
.BgClassName
{
background-color: #DEDD69;
}
</style>
border-color css
<style>
span { border-color: #DEDD69; }
span { border-color: rgb(222,221,105); }
td.TdClassName
{
border-color: #DEDD69;
}
.TagClassName
{
border-color: #DEDD69;
}
</style>