Shades of Goldenrod #DFD967
Tints of Goldenrod #DFD967
RGB
CMYK
RGB Variations
Color information
#DFD967 (or 0xDFD967) is known color: Goldenrod. HEX triplet: DF, D9 and 67. RGB value is (223,217,103). Sum of RGB (Red+Green+Blue) = 223+217+103=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD967 is #202698. Grayscale: #CECECE. Windows color (decimal): -2107033 or 6805983. OLE color: 6805983.
HSL color Cylindrical-coordinate representation of color #DFD967: hue angle of 57º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFD967 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 103 | - |
CMYK | 0 | 0.03 | 0.54 | 0.13 |
HSL | 57º | 0.65% | 0.64% | - |
HSV(B) | 57º | 0.54% | 0.87% | - |
XYZ | 57.69 | 66.29 | 22.59 | - |
YUV | 205.8 | 69.99 | 140.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 103 | 0 | 0.03 | 0.54 | 0.13 | 57 | 0.65 | 0.64 |
Hex | DF | D9 | 67 | 0 | 3 | 36 | D | 39 | 41 | 40 |
Octal | 337 | 331 | 147 | 0 | 3 | 66 | 15 | 71 | 101 | 100 |
Binary | 11011111 | 11011001 | 1100111 | 0 | 11 | 110110 | 1101 | 111001 | 1000001 | 1000000 |
Color Harmonies of #DFD967
Complementary color
Monochromatic Colors of #DFD967
Black with #DFD967
Text Example
Text Example
White with #DFD967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD967; }
p { color: rgb(223,217,103); }
H1.HeaderClassName
{
color: #DFD967;
}
.AnyTagClassName
{
color: #DFD967;
}
</style>
background-color css
<style>
a { background-color: #DFD967; }
a { background-color: rgb(223,217,103); }
div.DivClassName
{
background-color: #DFD967;
}
.BgClassName
{
background-color: #DFD967;
}
</style>
border-color css
<style>
span { border-color: #DFD967; }
span { border-color: rgb(223,217,103); }
td.TdClassName
{
border-color: #DFD967;
}
.TagClassName
{
border-color: #DFD967;
}
</style>