Shades of Goldenrod #DFDD72
Tints of Goldenrod #DFDD72
RGB
CMYK
RGB Variations
Color information
#DFDD72 (or 0xDFDD72) is known color: Goldenrod. HEX triplet: DF, DD and 72. RGB value is (223,221,114). Sum of RGB (Red+Green+Blue) = 223+221+114=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD72 is #20228D. Grayscale: #D1D1D1. Windows color (decimal): -2105998 or 7527903. OLE color: 7527903.
HSL color Cylindrical-coordinate representation of color #DFDD72: hue angle of 58.9º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFDD72 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 114 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.13 |
| HSL | 58.9º | 0.63% | 0.66% | - |
| HSV(B) | 58.9º | 0.49% | 0.87% | - |
| XYZ | 59.33 | 68.62 | 26.04 | - |
| YUV | 209.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 114 | 0 | 0.01 | 0.49 | 0.13 | 58.9 | 0.63 | 0.66 |
| Hex | DF | DD | 72 | 0 | 1 | 31 | D | 3B | 3F | 42 |
| Octal | 337 | 335 | 162 | 0 | 1 | 61 | 15 | 73 | 77 | 102 |
| Binary | 11011111 | 11011101 | 1110010 | 0 | 1 | 110001 | 1101 | 111011 | 111111 | 1000010 |
Color Harmonies of #DFDD72
Complementary color
Monochromatic Colors of #DFDD72
Black with #DFDD72
Text Example
Text Example
White with #DFDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD72; }
p { color: rgb(223,221,114); }
H1.HeaderClassName
{
color: #DFDD72;
}
.AnyTagClassName
{
color: #DFDD72;
}
</style>
background-color css
<style>
a { background-color: #DFDD72; }
a { background-color: rgb(223,221,114); }
div.DivClassName
{
background-color: #DFDD72;
}
.BgClassName
{
background-color: #DFDD72;
}
</style>
border-color css
<style>
span { border-color: #DFDD72; }
span { border-color: rgb(223,221,114); }
td.TdClassName
{
border-color: #DFDD72;
}
.TagClassName
{
border-color: #DFDD72;
}
</style>