Shades of Goldenrod #D2D561
Tints of Goldenrod #D2D561
RGB
CMYK
RGB Variations
Color information
#D2D561 (or 0xD2D561) is known color: Goldenrod. HEX triplet: D2, D5 and 61. RGB value is (210,213,97). Sum of RGB (Red+Green+Blue) = 210+213+97=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D561 is #2D2A9E. Grayscale: #C7C7C7. Windows color (decimal): -2960031 or 6411730. OLE color: 6411730.
HSL color Cylindrical-coordinate representation of color #D2D561: hue angle of 61.55º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2D561 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 97 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.16 |
| HSL | 61.55º | 0.58% | 0.61% | - |
| HSV(B) | 61.55º | 0.54% | 0.84% | - |
| XYZ | 52.53 | 62.15 | 20.54 | - |
| YUV | 198.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 97 | 0.01 | 0 | 0.54 | 0.16 | 61.55 | 0.58 | 0.61 |
| Hex | D2 | D5 | 61 | 1 | 0 | 36 | 10 | 3E | 3A | 3D |
| Octal | 322 | 325 | 141 | 1 | 0 | 66 | 20 | 76 | 72 | 75 |
| Binary | 11010010 | 11010101 | 1100001 | 1 | 0 | 110110 | 10000 | 111110 | 111010 | 111101 |
Color Harmonies of #D2D561
Complementary color
Monochromatic Colors of #D2D561
Black with #D2D561
Text Example
Text Example
White with #D2D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D561; }
p { color: rgb(210,213,97); }
H1.HeaderClassName
{
color: #D2D561;
}
.AnyTagClassName
{
color: #D2D561;
}
</style>
background-color css
<style>
a { background-color: #D2D561; }
a { background-color: rgb(210,213,97); }
div.DivClassName
{
background-color: #D2D561;
}
.BgClassName
{
background-color: #D2D561;
}
</style>
border-color css
<style>
span { border-color: #D2D561; }
span { border-color: rgb(210,213,97); }
td.TdClassName
{
border-color: #D2D561;
}
.TagClassName
{
border-color: #D2D561;
}
</style>