Shades of Goldenrod #D1D574
Tints of Goldenrod #D1D574
RGB
CMYK
RGB Variations
Color information
#D1D574 (or 0xD1D574) is known color: Goldenrod. HEX triplet: D1, D5 and 74. RGB value is (209,213,116). Sum of RGB (Red+Green+Blue) = 209+213+116=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D574 is #2E2A8B. Grayscale: #C9C9C9. Windows color (decimal): -3025548 or 7656913. OLE color: 7656913.
HSL color Cylindrical-coordinate representation of color #D1D574: hue angle of 62.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1D574 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 116 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.16 |
| HSL | 62.47º | 0.54% | 0.65% | - |
| HSV(B) | 62.47º | 0.46% | 0.84% | - |
| XYZ | 53.24 | 62.4 | 25.76 | - |
| YUV | 200.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 116 | 0.02 | 0 | 0.46 | 0.16 | 62.47 | 0.54 | 0.65 |
| Hex | D1 | D5 | 74 | 2 | 0 | 2E | 10 | 3E | 36 | 41 |
| Octal | 321 | 325 | 164 | 2 | 0 | 56 | 20 | 76 | 66 | 101 |
| Binary | 11010001 | 11010101 | 1110100 | 10 | 0 | 101110 | 10000 | 111110 | 110110 | 1000001 |
Color Harmonies of #D1D574
Complementary color
Monochromatic Colors of #D1D574
Black with #D1D574
Text Example
Text Example
White with #D1D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D574; }
p { color: rgb(209,213,116); }
H1.HeaderClassName
{
color: #D1D574;
}
.AnyTagClassName
{
color: #D1D574;
}
</style>
background-color css
<style>
a { background-color: #D1D574; }
a { background-color: rgb(209,213,116); }
div.DivClassName
{
background-color: #D1D574;
}
.BgClassName
{
background-color: #D1D574;
}
</style>
border-color css
<style>
span { border-color: #D1D574; }
span { border-color: rgb(209,213,116); }
td.TdClassName
{
border-color: #D1D574;
}
.TagClassName
{
border-color: #D1D574;
}
</style>