Shades of Goldenrod #D4D571
Tints of Goldenrod #D4D571
RGB
CMYK
RGB Variations
Color information
#D4D571 (or 0xD4D571) is known color: Goldenrod. HEX triplet: D4, D5 and 71. RGB value is (212,213,113). Sum of RGB (Red+Green+Blue) = 212+213+113=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D571 is #2B2A8E. Grayscale: #C9C9C9. Windows color (decimal): -2828943 or 7460308. OLE color: 7460308.
HSL color Cylindrical-coordinate representation of color #D4D571: hue angle of 60.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4D571 is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 213 | 113 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.16 |
| HSL | 60.6º | 0.54% | 0.64% | - |
| HSV(B) | 60.6º | 0.47% | 0.84% | - |
| XYZ | 53.93 | 62.78 | 24.9 | - |
| YUV | 201.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 213 | 113 | 0.00 | 0 | 0.47 | 0.16 | 60.6 | 0.54 | 0.64 |
| Hex | D4 | D5 | 71 | 0 | 0 | 2F | 10 | 3D | 36 | 40 |
| Octal | 324 | 325 | 161 | 0 | 0 | 57 | 20 | 75 | 66 | 100 |
| Binary | 11010100 | 11010101 | 1110001 | 0 | 0 | 101111 | 10000 | 111101 | 110110 | 1000000 |
Color Harmonies of #D4D571
Complementary color
Monochromatic Colors of #D4D571
Black with #D4D571
Text Example
Text Example
White with #D4D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D571; }
p { color: rgb(212,213,113); }
H1.HeaderClassName
{
color: #D4D571;
}
.AnyTagClassName
{
color: #D4D571;
}
</style>
background-color css
<style>
a { background-color: #D4D571; }
a { background-color: rgb(212,213,113); }
div.DivClassName
{
background-color: #D4D571;
}
.BgClassName
{
background-color: #D4D571;
}
</style>
border-color css
<style>
span { border-color: #D4D571; }
span { border-color: rgb(212,213,113); }
td.TdClassName
{
border-color: #D4D571;
}
.TagClassName
{
border-color: #D4D571;
}
</style>