Shades of Goldenrod #DFDD76
Tints of Goldenrod #DFDD76
RGB
CMYK
RGB Variations
Color information
#DFDD76 (or 0xDFDD76) is known color: Goldenrod. HEX triplet: DF, DD and 76. RGB value is (223,221,118). Sum of RGB (Red+Green+Blue) = 223+221+118=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 118 (46.48% from 255 or 21.00% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD76 is #202289. Grayscale: #D2D2D2. Windows color (decimal): -2105994 or 7790047. OLE color: 7790047.
HSL color Cylindrical-coordinate representation of color #DFDD76: hue angle of 58.86º 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 #DFDD76 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 118 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.13 |
| HSL | 58.86º | 0.62% | 0.67% | - |
| HSV(B) | 58.86º | 0.47% | 0.87% | - |
| XYZ | 59.56 | 68.71 | 27.26 | - |
| YUV | 209.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 118 | 0 | 0.01 | 0.47 | 0.13 | 58.86 | 0.62 | 0.67 |
| Hex | DF | DD | 76 | 0 | 1 | 2F | D | 3B | 3E | 43 |
| Octal | 337 | 335 | 166 | 0 | 1 | 57 | 15 | 73 | 76 | 103 |
| Binary | 11011111 | 11011101 | 1110110 | 0 | 1 | 101111 | 1101 | 111011 | 111110 | 1000011 |
Color Harmonies of #DFDD76
Complementary color
Monochromatic Colors of #DFDD76
Black with #DFDD76
Text Example
Text Example
White with #DFDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD76; }
p { color: rgb(223,221,118); }
H1.HeaderClassName
{
color: #DFDD76;
}
.AnyTagClassName
{
color: #DFDD76;
}
</style>
background-color css
<style>
a { background-color: #DFDD76; }
a { background-color: rgb(223,221,118); }
div.DivClassName
{
background-color: #DFDD76;
}
.BgClassName
{
background-color: #DFDD76;
}
</style>
border-color css
<style>
span { border-color: #DFDD76; }
span { border-color: rgb(223,221,118); }
td.TdClassName
{
border-color: #DFDD76;
}
.TagClassName
{
border-color: #DFDD76;
}
</style>