Shades of Goldenrod #DFDD63
Tints of Goldenrod #DFDD63
RGB
CMYK
RGB Variations
Color information
#DFDD63 (or 0xDFDD63) is known color: Goldenrod. HEX triplet: DF, DD and 63. RGB value is (223,221,99). Sum of RGB (Red+Green+Blue) = 223+221+99=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 99 (39.06% from 255 or 18.23% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD63 is #20229C. Grayscale: #D0D0D0. Windows color (decimal): -2106013 or 6544863. OLE color: 6544863.
HSL color Cylindrical-coordinate representation of color #DFDD63: hue angle of 59.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFDD63 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 99 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.13 |
| HSL | 59.03º | 0.66% | 0.63% | - |
| HSV(B) | 59.03º | 0.56% | 0.87% | - |
| XYZ | 58.54 | 68.3 | 21.9 | - |
| YUV | 207.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 99 | 0 | 0.01 | 0.56 | 0.13 | 59.03 | 0.66 | 0.63 |
| Hex | DF | DD | 63 | 0 | 1 | 38 | D | 3B | 42 | 3F |
| Octal | 337 | 335 | 143 | 0 | 1 | 70 | 15 | 73 | 102 | 77 |
| Binary | 11011111 | 11011101 | 1100011 | 0 | 1 | 111000 | 1101 | 111011 | 1000010 | 111111 |
Color Harmonies of #DFDD63
Complementary color
Monochromatic Colors of #DFDD63
Black with #DFDD63
Text Example
Text Example
White with #DFDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD63; }
p { color: rgb(223,221,99); }
H1.HeaderClassName
{
color: #DFDD63;
}
.AnyTagClassName
{
color: #DFDD63;
}
</style>
background-color css
<style>
a { background-color: #DFDD63; }
a { background-color: rgb(223,221,99); }
div.DivClassName
{
background-color: #DFDD63;
}
.BgClassName
{
background-color: #DFDD63;
}
</style>
border-color css
<style>
span { border-color: #DFDD63; }
span { border-color: rgb(223,221,99); }
td.TdClassName
{
border-color: #DFDD63;
}
.TagClassName
{
border-color: #DFDD63;
}
</style>