Shades of Goldenrod #D3D472
Tints of Goldenrod #D3D472
RGB
CMYK
RGB Variations
Color information
#D3D472 (or 0xD3D472) is known color: Goldenrod. HEX triplet: D3, D4 and 72. RGB value is (211,212,114). Sum of RGB (Red+Green+Blue) = 211+212+114=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D472 is #2C2B8D. Grayscale: #C8C8C8. Windows color (decimal): -2894734 or 7525587. OLE color: 7525587.
HSL color Cylindrical-coordinate representation of color #D3D472: hue angle of 60.61º 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 #D3D472 is Cyan = 0.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 114 | - |
| CMYK | 0.00 | 0 | 0.46 | 0.17 |
| HSL | 60.61º | 0.53% | 0.64% | - |
| HSV(B) | 60.61º | 0.46% | 0.83% | - |
| XYZ | 53.44 | 62.15 | 25.1 | - |
| YUV | 200.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 114 | 0.00 | 0 | 0.46 | 0.17 | 60.61 | 0.53 | 0.64 |
| Hex | D3 | D4 | 72 | 0 | 0 | 2E | 11 | 3D | 35 | 40 |
| Octal | 323 | 324 | 162 | 0 | 0 | 56 | 21 | 75 | 65 | 100 |
| Binary | 11010011 | 11010100 | 1110010 | 0 | 0 | 101110 | 10001 | 111101 | 110101 | 1000000 |
Color Harmonies of #D3D472
Complementary color
Monochromatic Colors of #D3D472
Black with #D3D472
Text Example
Text Example
White with #D3D472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D472; }
p { color: rgb(211,212,114); }
H1.HeaderClassName
{
color: #D3D472;
}
.AnyTagClassName
{
color: #D3D472;
}
</style>
background-color css
<style>
a { background-color: #D3D472; }
a { background-color: rgb(211,212,114); }
div.DivClassName
{
background-color: #D3D472;
}
.BgClassName
{
background-color: #D3D472;
}
</style>
border-color css
<style>
span { border-color: #D3D472; }
span { border-color: rgb(211,212,114); }
td.TdClassName
{
border-color: #D3D472;
}
.TagClassName
{
border-color: #D3D472;
}
</style>