Shades of Goldenrod #DFDD68
Tints of Goldenrod #DFDD68
RGB
CMYK
RGB Variations
Color information
#DFDD68 (or 0xDFDD68) is known color: Goldenrod. HEX triplet: DF, DD and 68. RGB value is (223,221,104). Sum of RGB (Red+Green+Blue) = 223+221+104=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD68 is #202297. Grayscale: #D0D0D0. Windows color (decimal): -2106008 or 6872543. OLE color: 6872543.
HSL color Cylindrical-coordinate representation of color #DFDD68: hue angle of 58.99º 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 #DFDD68 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 104 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.13 |
| HSL | 58.99º | 0.65% | 0.64% | - |
| HSV(B) | 58.99º | 0.53% | 0.87% | - |
| XYZ | 58.79 | 68.4 | 23.2 | - |
| YUV | 208.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 104 | 0 | 0.01 | 0.53 | 0.13 | 58.99 | 0.65 | 0.64 |
| Hex | DF | DD | 68 | 0 | 1 | 35 | D | 3B | 41 | 40 |
| Octal | 337 | 335 | 150 | 0 | 1 | 65 | 15 | 73 | 101 | 100 |
| Binary | 11011111 | 11011101 | 1101000 | 0 | 1 | 110101 | 1101 | 111011 | 1000001 | 1000000 |
Color Harmonies of #DFDD68
Complementary color
Monochromatic Colors of #DFDD68
Black with #DFDD68
Text Example
Text Example
White with #DFDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD68; }
p { color: rgb(223,221,104); }
H1.HeaderClassName
{
color: #DFDD68;
}
.AnyTagClassName
{
color: #DFDD68;
}
</style>
background-color css
<style>
a { background-color: #DFDD68; }
a { background-color: rgb(223,221,104); }
div.DivClassName
{
background-color: #DFDD68;
}
.BgClassName
{
background-color: #DFDD68;
}
</style>
border-color css
<style>
span { border-color: #DFDD68; }
span { border-color: rgb(223,221,104); }
td.TdClassName
{
border-color: #DFDD68;
}
.TagClassName
{
border-color: #DFDD68;
}
</style>