Shades of Goldenrod #DEDE7F
Tints of Goldenrod #DEDE7F
RGB
CMYK
RGB Variations
Color information
#DEDE7F (or 0xDEDE7F) is known color: Goldenrod. HEX triplet: DE, DE and 7F. RGB value is (222,222,127). Sum of RGB (Red+Green+Blue) = 222+222+127=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDE7F is #212180. Grayscale: #D3D3D3. Windows color (decimal): -2171265 or 8380126. OLE color: 8380126.
HSL color Cylindrical-coordinate representation of color #DEDE7F: hue angle of 60º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEDE7F is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 127 | - |
| CMYK | 0 | 0 | 0.43 | 0.13 |
| HSL | 60º | 0.59% | 0.68% | - |
| HSV(B) | 60º | 0.43% | 0.87% | - |
| XYZ | 60.08 | 69.3 | 30.29 | - |
| YUV | 211.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 127 | 0 | 0 | 0.43 | 0.13 | 60 | 0.59 | 0.68 |
| Hex | DE | DE | 7F | 0 | 0 | 2B | D | 3C | 3B | 44 |
| Octal | 336 | 336 | 177 | 0 | 0 | 53 | 15 | 74 | 73 | 104 |
| Binary | 11011110 | 11011110 | 1111111 | 0 | 0 | 101011 | 1101 | 111100 | 111011 | 1000100 |
Color Harmonies of #DEDE7F
Complementary color
Monochromatic Colors of #DEDE7F
Black with #DEDE7F
Text Example
Text Example
White with #DEDE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE7F; }
p { color: rgb(222,222,127); }
H1.HeaderClassName
{
color: #DEDE7F;
}
.AnyTagClassName
{
color: #DEDE7F;
}
</style>
background-color css
<style>
a { background-color: #DEDE7F; }
a { background-color: rgb(222,222,127); }
div.DivClassName
{
background-color: #DEDE7F;
}
.BgClassName
{
background-color: #DEDE7F;
}
</style>
border-color css
<style>
span { border-color: #DEDE7F; }
span { border-color: rgb(222,222,127); }
td.TdClassName
{
border-color: #DEDE7F;
}
.TagClassName
{
border-color: #DEDE7F;
}
</style>