Shades of Goldenrod #D5D55F
Tints of Goldenrod #D5D55F
RGB
CMYK
RGB Variations
Color information
#D5D55F (or 0xD5D55F) is known color: Goldenrod. HEX triplet: D5, D5 and 5F. RGB value is (213,213,95). Sum of RGB (Red+Green+Blue) = 213+213+95=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D55F is #2A2AA0. Grayscale: #C8C8C8. Windows color (decimal): -2763425 or 6280661. OLE color: 6280661.
HSL color Cylindrical-coordinate representation of color #D5D55F: hue angle of 60º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5D55F is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 213 | 95 | - |
| CMYK | 0 | 0 | 0.55 | 0.16 |
| HSL | 60º | 0.58% | 0.6% | - |
| HSV(B) | 60º | 0.55% | 0.84% | - |
| XYZ | 53.3 | 62.56 | 20.09 | - |
| YUV | 199.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 213 | 95 | 0 | 0 | 0.55 | 0.16 | 60 | 0.58 | 0.6 |
| Hex | D5 | D5 | 5F | 0 | 0 | 37 | 10 | 3C | 3A | 3C |
| Octal | 325 | 325 | 137 | 0 | 0 | 67 | 20 | 74 | 72 | 74 |
| Binary | 11010101 | 11010101 | 1011111 | 0 | 0 | 110111 | 10000 | 111100 | 111010 | 111100 |
Color Harmonies of #D5D55F
Complementary color
Monochromatic Colors of #D5D55F
Black with #D5D55F
Text Example
Text Example
White with #D5D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D55F; }
p { color: rgb(213,213,95); }
H1.HeaderClassName
{
color: #D5D55F;
}
.AnyTagClassName
{
color: #D5D55F;
}
</style>
background-color css
<style>
a { background-color: #D5D55F; }
a { background-color: rgb(213,213,95); }
div.DivClassName
{
background-color: #D5D55F;
}
.BgClassName
{
background-color: #D5D55F;
}
</style>
border-color css
<style>
span { border-color: #D5D55F; }
span { border-color: rgb(213,213,95); }
td.TdClassName
{
border-color: #D5D55F;
}
.TagClassName
{
border-color: #D5D55F;
}
</style>