Shades of Goldenrod #D5D473
Tints of Goldenrod #D5D473
RGB
CMYK
RGB Variations
Color information
#D5D473 (or 0xD5D473) is known color: Goldenrod. HEX triplet: D5, D4 and 73. RGB value is (213,212,115). Sum of RGB (Red+Green+Blue) = 213+212+115=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D473 is #2A2B8C. Grayscale: #C9C9C9. Windows color (decimal): -2763661 or 7591125. OLE color: 7591125.
HSL color Cylindrical-coordinate representation of color #D5D473: hue angle of 59.39º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5D473 is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 115 | - |
| CMYK | 0 | 0.00 | 0.46 | 0.16 |
| HSL | 59.39º | 0.54% | 0.64% | - |
| HSV(B) | 59.39º | 0.46% | 0.84% | - |
| XYZ | 54.08 | 62.47 | 25.43 | - |
| YUV | 201.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 115 | 0 | 0.00 | 0.46 | 0.16 | 59.39 | 0.54 | 0.64 |
| Hex | D5 | D4 | 73 | 0 | 0 | 2E | 10 | 3B | 36 | 40 |
| Octal | 325 | 324 | 163 | 0 | 0 | 56 | 20 | 73 | 66 | 100 |
| Binary | 11010101 | 11010100 | 1110011 | 0 | 0 | 101110 | 10000 | 111011 | 110110 | 1000000 |
Color Harmonies of #D5D473
Complementary color
Monochromatic Colors of #D5D473
Black with #D5D473
Text Example
Text Example
White with #D5D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D473; }
p { color: rgb(213,212,115); }
H1.HeaderClassName
{
color: #D5D473;
}
.AnyTagClassName
{
color: #D5D473;
}
</style>
background-color css
<style>
a { background-color: #D5D473; }
a { background-color: rgb(213,212,115); }
div.DivClassName
{
background-color: #D5D473;
}
.BgClassName
{
background-color: #D5D473;
}
</style>
border-color css
<style>
span { border-color: #D5D473; }
span { border-color: rgb(213,212,115); }
td.TdClassName
{
border-color: #D5D473;
}
.TagClassName
{
border-color: #D5D473;
}
</style>