Shades of Goldenrod #DFDB65
Tints of Goldenrod #DFDB65
RGB
CMYK
RGB Variations
Color information
#DFDB65 (or 0xDFDB65) is known color: Goldenrod. HEX triplet: DF, DB and 65. RGB value is (223,219,101). Sum of RGB (Red+Green+Blue) = 223+219+101=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB65 is #20249A. Grayscale: #CFCFCF. Windows color (decimal): -2106523 or 6675423. OLE color: 6675423.
HSL color Cylindrical-coordinate representation of color #DFDB65: hue angle of 58.03º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFDB65 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 101 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.13 |
| HSL | 58.03º | 0.66% | 0.64% | - |
| HSV(B) | 58.03º | 0.55% | 0.87% | - |
| XYZ | 58.11 | 67.29 | 22.24 | - |
| YUV | 206.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 101 | 0 | 0.02 | 0.55 | 0.13 | 58.03 | 0.66 | 0.64 |
| Hex | DF | DB | 65 | 0 | 2 | 37 | D | 3A | 42 | 40 |
| Octal | 337 | 333 | 145 | 0 | 2 | 67 | 15 | 72 | 102 | 100 |
| Binary | 11011111 | 11011011 | 1100101 | 0 | 10 | 110111 | 1101 | 111010 | 1000010 | 1000000 |
Color Harmonies of #DFDB65
Complementary color
Monochromatic Colors of #DFDB65
Black with #DFDB65
Text Example
Text Example
White with #DFDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB65; }
p { color: rgb(223,219,101); }
H1.HeaderClassName
{
color: #DFDB65;
}
.AnyTagClassName
{
color: #DFDB65;
}
</style>
background-color css
<style>
a { background-color: #DFDB65; }
a { background-color: rgb(223,219,101); }
div.DivClassName
{
background-color: #DFDB65;
}
.BgClassName
{
background-color: #DFDB65;
}
</style>
border-color css
<style>
span { border-color: #DFDB65; }
span { border-color: rgb(223,219,101); }
td.TdClassName
{
border-color: #DFDB65;
}
.TagClassName
{
border-color: #DFDB65;
}
</style>