Shades of Goldenrod #DFDB69
Tints of Goldenrod #DFDB69
RGB
CMYK
RGB Variations
Color information
#DFDB69 (or 0xDFDB69) is known color: Goldenrod. HEX triplet: DF, DB and 69. RGB value is (223,219,105). Sum of RGB (Red+Green+Blue) = 223+219+105=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB69 is #202496. Grayscale: #CFCFCF. Windows color (decimal): -2106519 or 6937567. OLE color: 6937567.
HSL color Cylindrical-coordinate representation of color #DFDB69: hue angle of 57.97º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFDB69 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 105 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.13 |
| HSL | 57.97º | 0.65% | 0.64% | - |
| HSV(B) | 57.97º | 0.53% | 0.87% | - |
| XYZ | 58.31 | 67.37 | 23.3 | - |
| YUV | 207.2 | 70.33 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 105 | 0 | 0.02 | 0.53 | 0.13 | 57.97 | 0.65 | 0.64 |
| Hex | DF | DB | 69 | 0 | 2 | 35 | D | 3A | 41 | 40 |
| Octal | 337 | 333 | 151 | 0 | 2 | 65 | 15 | 72 | 101 | 100 |
| Binary | 11011111 | 11011011 | 1101001 | 0 | 10 | 110101 | 1101 | 111010 | 1000001 | 1000000 |
Color Harmonies of #DFDB69
Complementary color
Monochromatic Colors of #DFDB69
Black with #DFDB69
Text Example
Text Example
White with #DFDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB69; }
p { color: rgb(223,219,105); }
H1.HeaderClassName
{
color: #DFDB69;
}
.AnyTagClassName
{
color: #DFDB69;
}
</style>
background-color css
<style>
a { background-color: #DFDB69; }
a { background-color: rgb(223,219,105); }
div.DivClassName
{
background-color: #DFDB69;
}
.BgClassName
{
background-color: #DFDB69;
}
</style>
border-color css
<style>
span { border-color: #DFDB69; }
span { border-color: rgb(223,219,105); }
td.TdClassName
{
border-color: #DFDB69;
}
.TagClassName
{
border-color: #DFDB69;
}
</style>