Shades of Goldenrod #DFDF69
Tints of Goldenrod #DFDF69
RGB
CMYK
RGB Variations
Color information
#DFDF69 (or 0xDFDF69) is known color: Goldenrod. HEX triplet: DF, DF and 69. RGB value is (223,223,105). Sum of RGB (Red+Green+Blue) = 223+223+105=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF69 is #202096. Grayscale: #D2D2D2. Windows color (decimal): -2105495 or 6938591. OLE color: 6938591.
HSL color Cylindrical-coordinate representation of color #DFDF69: hue angle of 60º 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 #DFDF69 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 105 | - |
| CMYK | 0 | 0 | 0.53 | 0.13 |
| HSL | 60º | 0.65% | 0.64% | - |
| HSV(B) | 60º | 0.53% | 0.87% | - |
| XYZ | 59.37 | 69.48 | 23.65 | - |
| YUV | 209.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 105 | 0 | 0 | 0.53 | 0.13 | 60 | 0.65 | 0.64 |
| Hex | DF | DF | 69 | 0 | 0 | 35 | D | 3C | 41 | 40 |
| Octal | 337 | 337 | 151 | 0 | 0 | 65 | 15 | 74 | 101 | 100 |
| Binary | 11011111 | 11011111 | 1101001 | 0 | 0 | 110101 | 1101 | 111100 | 1000001 | 1000000 |
Color Harmonies of #DFDF69
Complementary color
Monochromatic Colors of #DFDF69
Black with #DFDF69
Text Example
Text Example
White with #DFDF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF69; }
p { color: rgb(223,223,105); }
H1.HeaderClassName
{
color: #DFDF69;
}
.AnyTagClassName
{
color: #DFDF69;
}
</style>
background-color css
<style>
a { background-color: #DFDF69; }
a { background-color: rgb(223,223,105); }
div.DivClassName
{
background-color: #DFDF69;
}
.BgClassName
{
background-color: #DFDF69;
}
</style>
border-color css
<style>
span { border-color: #DFDF69; }
span { border-color: rgb(223,223,105); }
td.TdClassName
{
border-color: #DFDF69;
}
.TagClassName
{
border-color: #DFDF69;
}
</style>