Shades of Goldenrod #DEDE68
Tints of Goldenrod #DEDE68
RGB
CMYK
RGB Variations
Color information
#DEDE68 (or 0xDEDE68) is known color: Goldenrod. HEX triplet: DE, DE and 68. RGB value is (222,222,104). Sum of RGB (Red+Green+Blue) = 222+222+104=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE68 is #212197. Grayscale: #D1D1D1. Windows color (decimal): -2171288 or 6872798. OLE color: 6872798.
HSL color Cylindrical-coordinate representation of color #DEDE68: 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 #DEDE68 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 104 | - |
| CMYK | 0 | 0 | 0.53 | 0.13 |
| HSL | 60º | 0.64% | 0.64% | - |
| HSV(B) | 60º | 0.53% | 0.87% | - |
| XYZ | 58.74 | 68.77 | 23.27 | - |
| YUV | 208.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 104 | 0 | 0 | 0.53 | 0.13 | 60 | 0.64 | 0.64 |
| Hex | DE | DE | 68 | 0 | 0 | 35 | D | 3C | 40 | 40 |
| Octal | 336 | 336 | 150 | 0 | 0 | 65 | 15 | 74 | 100 | 100 |
| Binary | 11011110 | 11011110 | 1101000 | 0 | 0 | 110101 | 1101 | 111100 | 1000000 | 1000000 |
Color Harmonies of #DEDE68
Complementary color
Monochromatic Colors of #DEDE68
Black with #DEDE68
Text Example
Text Example
White with #DEDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE68; }
p { color: rgb(222,222,104); }
H1.HeaderClassName
{
color: #DEDE68;
}
.AnyTagClassName
{
color: #DEDE68;
}
</style>
background-color css
<style>
a { background-color: #DEDE68; }
a { background-color: rgb(222,222,104); }
div.DivClassName
{
background-color: #DEDE68;
}
.BgClassName
{
background-color: #DEDE68;
}
</style>
border-color css
<style>
span { border-color: #DEDE68; }
span { border-color: rgb(222,222,104); }
td.TdClassName
{
border-color: #DEDE68;
}
.TagClassName
{
border-color: #DEDE68;
}
</style>