Shades of Goldenrod #DEDA7D
Tints of Goldenrod #DEDA7D
RGB
CMYK
RGB Variations
Color information
#DEDA7D (or 0xDEDA7D) is known color: Goldenrod. HEX triplet: DE, DA and 7D. RGB value is (222,218,125). Sum of RGB (Red+Green+Blue) = 222+218+125=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 125 (49.22% from 255 or 22.12% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDA7D is #212582. Grayscale: #D0D0D0. Windows color (decimal): -2172291 or 8248030. OLE color: 8248030.
HSL color Cylindrical-coordinate representation of color #DEDA7D: hue angle of 57.53º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEDA7D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 125 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.13 |
| HSL | 57.53º | 0.6% | 0.68% | - |
| HSV(B) | 57.53º | 0.44% | 0.87% | - |
| XYZ | 58.9 | 67.15 | 29.26 | - |
| YUV | 208.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 125 | 0 | 0.02 | 0.44 | 0.13 | 57.53 | 0.6 | 0.68 |
| Hex | DE | DA | 7D | 0 | 2 | 2C | D | 3A | 3C | 44 |
| Octal | 336 | 332 | 175 | 0 | 2 | 54 | 15 | 72 | 74 | 104 |
| Binary | 11011110 | 11011010 | 1111101 | 0 | 10 | 101100 | 1101 | 111010 | 111100 | 1000100 |
Color Harmonies of #DEDA7D
Complementary color
Monochromatic Colors of #DEDA7D
Black with #DEDA7D
Text Example
Text Example
White with #DEDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA7D; }
p { color: rgb(222,218,125); }
H1.HeaderClassName
{
color: #DEDA7D;
}
.AnyTagClassName
{
color: #DEDA7D;
}
</style>
background-color css
<style>
a { background-color: #DEDA7D; }
a { background-color: rgb(222,218,125); }
div.DivClassName
{
background-color: #DEDA7D;
}
.BgClassName
{
background-color: #DEDA7D;
}
</style>
border-color css
<style>
span { border-color: #DEDA7D; }
span { border-color: rgb(222,218,125); }
td.TdClassName
{
border-color: #DEDA7D;
}
.TagClassName
{
border-color: #DEDA7D;
}
</style>