Shades of Goldenrod #D5D761
Tints of Goldenrod #D5D761
RGB
CMYK
RGB Variations
Color information
#D5D761 (or 0xD5D761) is known color: Goldenrod. HEX triplet: D5, D7 and 61. RGB value is (213,215,97). Sum of RGB (Red+Green+Blue) = 213+215+97=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D761 is #2A289E. Grayscale: #C9C9C9. Windows color (decimal): -2762911 or 6412245. OLE color: 6412245.
HSL color Cylindrical-coordinate representation of color #D5D761: hue angle of 61.02º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5D761 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 97 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.16 |
| HSL | 61.02º | 0.6% | 0.61% | - |
| HSV(B) | 61.02º | 0.55% | 0.84% | - |
| XYZ | 53.9 | 63.61 | 20.75 | - |
| YUV | 200.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 97 | 0.01 | 0 | 0.55 | 0.16 | 61.02 | 0.6 | 0.61 |
| Hex | D5 | D7 | 61 | 1 | 0 | 37 | 10 | 3D | 3C | 3D |
| Octal | 325 | 327 | 141 | 1 | 0 | 67 | 20 | 75 | 74 | 75 |
| Binary | 11010101 | 11010111 | 1100001 | 1 | 0 | 110111 | 10000 | 111101 | 111100 | 111101 |
Color Harmonies of #D5D761
Complementary color
Monochromatic Colors of #D5D761
Black with #D5D761
Text Example
Text Example
White with #D5D761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D761; }
p { color: rgb(213,215,97); }
H1.HeaderClassName
{
color: #D5D761;
}
.AnyTagClassName
{
color: #D5D761;
}
</style>
background-color css
<style>
a { background-color: #D5D761; }
a { background-color: rgb(213,215,97); }
div.DivClassName
{
background-color: #D5D761;
}
.BgClassName
{
background-color: #D5D761;
}
</style>
border-color css
<style>
span { border-color: #D5D761; }
span { border-color: rgb(213,215,97); }
td.TdClassName
{
border-color: #D5D761;
}
.TagClassName
{
border-color: #D5D761;
}
</style>