Shades of Goldenrod #DFDE7B
Tints of Goldenrod #DFDE7B
RGB
CMYK
RGB Variations
Color information
#DFDE7B (or 0xDFDE7B) is known color: Goldenrod. HEX triplet: DF, DE and 7B. RGB value is (223,222,123). Sum of RGB (Red+Green+Blue) = 223+222+123=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 123 (48.44% from 255 or 21.65% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE7B is #202184. Grayscale: #D3D3D3. Windows color (decimal): -2105733 or 8117983. OLE color: 8117983.
HSL color Cylindrical-coordinate representation of color #DFDE7B: hue angle of 59.4º 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 #DFDE7B is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 123 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.13 |
| HSL | 59.4º | 0.61% | 0.68% | - |
| HSV(B) | 59.4º | 0.45% | 0.87% | - |
| XYZ | 60.13 | 69.36 | 28.96 | - |
| YUV | 211.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 123 | 0 | 0.00 | 0.45 | 0.13 | 59.4 | 0.61 | 0.68 |
| Hex | DF | DE | 7B | 0 | 0 | 2D | D | 3B | 3D | 44 |
| Octal | 337 | 336 | 173 | 0 | 0 | 55 | 15 | 73 | 75 | 104 |
| Binary | 11011111 | 11011110 | 1111011 | 0 | 0 | 101101 | 1101 | 111011 | 111101 | 1000100 |
Color Harmonies of #DFDE7B
Complementary color
Monochromatic Colors of #DFDE7B
Black with #DFDE7B
Text Example
Text Example
White with #DFDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE7B; }
p { color: rgb(223,222,123); }
H1.HeaderClassName
{
color: #DFDE7B;
}
.AnyTagClassName
{
color: #DFDE7B;
}
</style>
background-color css
<style>
a { background-color: #DFDE7B; }
a { background-color: rgb(223,222,123); }
div.DivClassName
{
background-color: #DFDE7B;
}
.BgClassName
{
background-color: #DFDE7B;
}
</style>
border-color css
<style>
span { border-color: #DFDE7B; }
span { border-color: rgb(223,222,123); }
td.TdClassName
{
border-color: #DFDE7B;
}
.TagClassName
{
border-color: #DFDE7B;
}
</style>