Shades of Goldenrod #DFDF7B
Tints of Goldenrod #DFDF7B
RGB
CMYK
RGB Variations
Color information
#DFDF7B (or 0xDFDF7B) is known color: Goldenrod. HEX triplet: DF, DF and 7B. RGB value is (223,223,123). Sum of RGB (Red+Green+Blue) = 223+223+123=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF7B is #202084. Grayscale: #D3D3D3. Windows color (decimal): -2105477 or 8118239. OLE color: 8118239.
HSL color Cylindrical-coordinate representation of color #DFDF7B: hue angle of 60º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFDF7B is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 123 | - |
| CMYK | 0 | 0 | 0.45 | 0.13 |
| HSL | 60º | 0.61% | 0.68% | - |
| HSV(B) | 60º | 0.45% | 0.87% | - |
| XYZ | 60.39 | 69.89 | 29.05 | - |
| YUV | 211.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 123 | 0 | 0 | 0.45 | 0.13 | 60 | 0.61 | 0.68 |
| Hex | DF | DF | 7B | 0 | 0 | 2D | D | 3C | 3D | 44 |
| Octal | 337 | 337 | 173 | 0 | 0 | 55 | 15 | 74 | 75 | 104 |
| Binary | 11011111 | 11011111 | 1111011 | 0 | 0 | 101101 | 1101 | 111100 | 111101 | 1000100 |
Color Harmonies of #DFDF7B
Complementary color
Monochromatic Colors of #DFDF7B
Black with #DFDF7B
Text Example
Text Example
White with #DFDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF7B; }
p { color: rgb(223,223,123); }
H1.HeaderClassName
{
color: #DFDF7B;
}
.AnyTagClassName
{
color: #DFDF7B;
}
</style>
background-color css
<style>
a { background-color: #DFDF7B; }
a { background-color: rgb(223,223,123); }
div.DivClassName
{
background-color: #DFDF7B;
}
.BgClassName
{
background-color: #DFDF7B;
}
</style>
border-color css
<style>
span { border-color: #DFDF7B; }
span { border-color: rgb(223,223,123); }
td.TdClassName
{
border-color: #DFDF7B;
}
.TagClassName
{
border-color: #DFDF7B;
}
</style>