Shades of Goldenrod #DFDD77
Tints of Goldenrod #DFDD77
RGB
CMYK
RGB Variations
Color information
#DFDD77 (or 0xDFDD77) is known color: Goldenrod. HEX triplet: DF, DD and 77. RGB value is (223,221,119). Sum of RGB (Red+Green+Blue) = 223+221+119=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD77 is #202288. Grayscale: #D2D2D2. Windows color (decimal): -2105993 or 7855583. OLE color: 7855583.
HSL color Cylindrical-coordinate representation of color #DFDD77: hue angle of 58.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFDD77 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 119 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.13 |
| HSL | 58.85º | 0.62% | 0.67% | - |
| HSV(B) | 58.85º | 0.47% | 0.87% | - |
| XYZ | 59.62 | 68.73 | 27.58 | - |
| YUV | 209.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 119 | 0 | 0.01 | 0.47 | 0.13 | 58.85 | 0.62 | 0.67 |
| Hex | DF | DD | 77 | 0 | 1 | 2F | D | 3B | 3E | 43 |
| Octal | 337 | 335 | 167 | 0 | 1 | 57 | 15 | 73 | 76 | 103 |
| Binary | 11011111 | 11011101 | 1110111 | 0 | 1 | 101111 | 1101 | 111011 | 111110 | 1000011 |
Color Harmonies of #DFDD77
Complementary color
Monochromatic Colors of #DFDD77
Black with #DFDD77
Text Example
Text Example
White with #DFDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD77; }
p { color: rgb(223,221,119); }
H1.HeaderClassName
{
color: #DFDD77;
}
.AnyTagClassName
{
color: #DFDD77;
}
</style>
background-color css
<style>
a { background-color: #DFDD77; }
a { background-color: rgb(223,221,119); }
div.DivClassName
{
background-color: #DFDD77;
}
.BgClassName
{
background-color: #DFDD77;
}
</style>
border-color css
<style>
span { border-color: #DFDD77; }
span { border-color: rgb(223,221,119); }
td.TdClassName
{
border-color: #DFDD77;
}
.TagClassName
{
border-color: #DFDD77;
}
</style>