Shades of Goldenrod #D5DD61
Tints of Goldenrod #D5DD61
RGB
CMYK
RGB Variations
Color information
#D5DD61 (or 0xD5DD61) is known color: Goldenrod. HEX triplet: D5, DD and 61. RGB value is (213,221,97). Sum of RGB (Red+Green+Blue) = 213+221+97=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD61 is #2A229E. Grayscale: #CCCCCC. Windows color (decimal): -2761375 or 6413781. OLE color: 6413781.
HSL color Cylindrical-coordinate representation of color #D5DD61: hue angle of 63.87º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5DD61 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 97 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.13 |
| HSL | 63.87º | 0.65% | 0.62% | - |
| HSV(B) | 63.87º | 0.56% | 0.87% | - |
| XYZ | 55.45 | 66.72 | 21.27 | - |
| YUV | 204.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 97 | 0.04 | 0 | 0.56 | 0.13 | 63.87 | 0.65 | 0.62 |
| Hex | D5 | DD | 61 | 4 | 0 | 38 | D | 40 | 41 | 3E |
| Octal | 325 | 335 | 141 | 4 | 0 | 70 | 15 | 100 | 101 | 76 |
| Binary | 11010101 | 11011101 | 1100001 | 100 | 0 | 111000 | 1101 | 1000000 | 1000001 | 111110 |
Color Harmonies of #D5DD61
Complementary color
Monochromatic Colors of #D5DD61
Black with #D5DD61
Text Example
Text Example
White with #D5DD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD61; }
p { color: rgb(213,221,97); }
H1.HeaderClassName
{
color: #D5DD61;
}
.AnyTagClassName
{
color: #D5DD61;
}
</style>
background-color css
<style>
a { background-color: #D5DD61; }
a { background-color: rgb(213,221,97); }
div.DivClassName
{
background-color: #D5DD61;
}
.BgClassName
{
background-color: #D5DD61;
}
</style>
border-color css
<style>
span { border-color: #D5DD61; }
span { border-color: rgb(213,221,97); }
td.TdClassName
{
border-color: #D5DD61;
}
.TagClassName
{
border-color: #D5DD61;
}
</style>