Shades of Goldenrod #DFD465
Tints of Goldenrod #DFD465
RGB
CMYK
RGB Variations
Color information
#DFD465 (or 0xDFD465) is known color: Goldenrod. HEX triplet: DF, D4 and 65. RGB value is (223,212,101). Sum of RGB (Red+Green+Blue) = 223+212+101=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD465 is #202B9A. Grayscale: #CBCBCB. Windows color (decimal): -2108315 or 6673631. OLE color: 6673631.
HSL color Cylindrical-coordinate representation of color #DFD465: hue angle of 54.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFD465 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 101 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.13 |
| HSL | 54.59º | 0.66% | 0.64% | - |
| HSV(B) | 54.59º | 0.55% | 0.87% | - |
| XYZ | 56.32 | 63.71 | 21.64 | - |
| YUV | 202.64 | 70.64 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 101 | 0 | 0.05 | 0.55 | 0.13 | 54.59 | 0.66 | 0.64 |
| Hex | DF | D4 | 65 | 0 | 5 | 37 | D | 37 | 42 | 40 |
| Octal | 337 | 324 | 145 | 0 | 5 | 67 | 15 | 67 | 102 | 100 |
| Binary | 11011111 | 11010100 | 1100101 | 0 | 101 | 110111 | 1101 | 110111 | 1000010 | 1000000 |
Color Harmonies of #DFD465
Complementary color
Monochromatic Colors of #DFD465
Black with #DFD465
Text Example
Text Example
White with #DFD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD465; }
p { color: rgb(223,212,101); }
H1.HeaderClassName
{
color: #DFD465;
}
.AnyTagClassName
{
color: #DFD465;
}
</style>
background-color css
<style>
a { background-color: #DFD465; }
a { background-color: rgb(223,212,101); }
div.DivClassName
{
background-color: #DFD465;
}
.BgClassName
{
background-color: #DFD465;
}
</style>
border-color css
<style>
span { border-color: #DFD465; }
span { border-color: rgb(223,212,101); }
td.TdClassName
{
border-color: #DFD465;
}
.TagClassName
{
border-color: #DFD465;
}
</style>