Shades of Goldenrod #DEDD7F
Tints of Goldenrod #DEDD7F
RGB
CMYK
RGB Variations
Color information
#DEDD7F (or 0xDEDD7F) is known color: Goldenrod. HEX triplet: DE, DD and 7F. RGB value is (222,221,127). Sum of RGB (Red+Green+Blue) = 222+221+127=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD7F is #212280. Grayscale: #D2D2D2. Windows color (decimal): -2171521 or 8379870. OLE color: 8379870.
HSL color Cylindrical-coordinate representation of color #DEDD7F: hue angle of 59.37º 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 #DEDD7F is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 127 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.13 |
| HSL | 59.37º | 0.59% | 0.68% | - |
| HSV(B) | 59.37º | 0.43% | 0.87% | - |
| XYZ | 59.81 | 68.77 | 30.2 | - |
| YUV | 210.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 127 | 0 | 0.00 | 0.43 | 0.13 | 59.37 | 0.59 | 0.68 |
| Hex | DE | DD | 7F | 0 | 0 | 2B | D | 3B | 3B | 44 |
| Octal | 336 | 335 | 177 | 0 | 0 | 53 | 15 | 73 | 73 | 104 |
| Binary | 11011110 | 11011101 | 1111111 | 0 | 0 | 101011 | 1101 | 111011 | 111011 | 1000100 |
Color Harmonies of #DEDD7F
Complementary color
Monochromatic Colors of #DEDD7F
Black with #DEDD7F
Text Example
Text Example
White with #DEDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD7F; }
p { color: rgb(222,221,127); }
H1.HeaderClassName
{
color: #DEDD7F;
}
.AnyTagClassName
{
color: #DEDD7F;
}
</style>
background-color css
<style>
a { background-color: #DEDD7F; }
a { background-color: rgb(222,221,127); }
div.DivClassName
{
background-color: #DEDD7F;
}
.BgClassName
{
background-color: #DEDD7F;
}
</style>
border-color css
<style>
span { border-color: #DEDD7F; }
span { border-color: rgb(222,221,127); }
td.TdClassName
{
border-color: #DEDD7F;
}
.TagClassName
{
border-color: #DEDD7F;
}
</style>