Shades of Goldenrod #D3D473
Tints of Goldenrod #D3D473
RGB
CMYK
RGB Variations
Color information
#D3D473 (or 0xD3D473) is known color: Goldenrod. HEX triplet: D3, D4 and 73. RGB value is (211,212,115). Sum of RGB (Red+Green+Blue) = 211+212+115=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D473 is #2C2B8C. Grayscale: #C9C9C9. Windows color (decimal): -2894733 or 7591123. OLE color: 7591123.
HSL color Cylindrical-coordinate representation of color #D3D473: hue angle of 60.62º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3D473 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 115 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.17 |
| HSL | 60.62º | 0.53% | 0.64% | - |
| HSV(B) | 60.62º | 0.46% | 0.83% | - |
| XYZ | 53.5 | 62.17 | 25.4 | - |
| YUV | 200.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 115 | 0.00 | 0 | 0.46 | 0.17 | 60.62 | 0.53 | 0.64 |
| Hex | D3 | D4 | 73 | 0 | 0 | 2E | 11 | 3D | 35 | 40 |
| Octal | 323 | 324 | 163 | 0 | 0 | 56 | 21 | 75 | 65 | 100 |
| Binary | 11010011 | 11010100 | 1110011 | 0 | 0 | 101110 | 10001 | 111101 | 110101 | 1000000 |
Color Harmonies of #D3D473
Complementary color
Monochromatic Colors of #D3D473
Black with #D3D473
Text Example
Text Example
White with #D3D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D473; }
p { color: rgb(211,212,115); }
H1.HeaderClassName
{
color: #D3D473;
}
.AnyTagClassName
{
color: #D3D473;
}
</style>
background-color css
<style>
a { background-color: #D3D473; }
a { background-color: rgb(211,212,115); }
div.DivClassName
{
background-color: #D3D473;
}
.BgClassName
{
background-color: #D3D473;
}
</style>
border-color css
<style>
span { border-color: #D3D473; }
span { border-color: rgb(211,212,115); }
td.TdClassName
{
border-color: #D3D473;
}
.TagClassName
{
border-color: #D3D473;
}
</style>