Shades of Goldenrod #D3D460
Tints of Goldenrod #D3D460
RGB
CMYK
RGB Variations
Color information
#D3D460 (or 0xD3D460) is known color: Goldenrod. HEX triplet: D3, D4 and 60. RGB value is (211,212,96). Sum of RGB (Red+Green+Blue) = 211+212+96=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D460 is #2C2B9F. Grayscale: #C6C6C6. Windows color (decimal): -2894752 or 6345939. OLE color: 6345939.
HSL color Cylindrical-coordinate representation of color #D3D460: hue angle of 60.52º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3D460 is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 96 | - |
| CMYK | 0.00 | 0 | 0.55 | 0.17 |
| HSL | 60.52º | 0.57% | 0.6% | - |
| HSV(B) | 60.52º | 0.55% | 0.83% | - |
| XYZ | 52.52 | 61.78 | 20.22 | - |
| YUV | 198.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 96 | 0.00 | 0 | 0.55 | 0.17 | 60.52 | 0.57 | 0.6 |
| Hex | D3 | D4 | 60 | 0 | 0 | 37 | 11 | 3D | 39 | 3C |
| Octal | 323 | 324 | 140 | 0 | 0 | 67 | 21 | 75 | 71 | 74 |
| Binary | 11010011 | 11010100 | 1100000 | 0 | 0 | 110111 | 10001 | 111101 | 111001 | 111100 |
Color Harmonies of #D3D460
Complementary color
Monochromatic Colors of #D3D460
Black with #D3D460
Text Example
Text Example
White with #D3D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D460; }
p { color: rgb(211,212,96); }
H1.HeaderClassName
{
color: #D3D460;
}
.AnyTagClassName
{
color: #D3D460;
}
</style>
background-color css
<style>
a { background-color: #D3D460; }
a { background-color: rgb(211,212,96); }
div.DivClassName
{
background-color: #D3D460;
}
.BgClassName
{
background-color: #D3D460;
}
</style>
border-color css
<style>
span { border-color: #D3D460; }
span { border-color: rgb(211,212,96); }
td.TdClassName
{
border-color: #D3D460;
}
.TagClassName
{
border-color: #D3D460;
}
</style>