Shades of Goldenrod #D3D56E
Tints of Goldenrod #D3D56E
RGB
CMYK
RGB Variations
Color information
#D3D56E (or 0xD3D56E) is known color: Goldenrod. HEX triplet: D3, D5 and 6E. RGB value is (211,213,110). Sum of RGB (Red+Green+Blue) = 211+213+110=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D56E is #2C2A91. Grayscale: #C9C9C9. Windows color (decimal): -2894482 or 7263699. OLE color: 7263699.
HSL color Cylindrical-coordinate representation of color #D3D56E: hue angle of 61.17º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3D56E is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 110 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.16 |
| HSL | 61.17º | 0.55% | 0.63% | - |
| HSV(B) | 61.17º | 0.48% | 0.84% | - |
| XYZ | 53.47 | 62.56 | 24.01 | - |
| YUV | 200.66 | 76.84 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 110 | 0.01 | 0 | 0.48 | 0.16 | 61.17 | 0.55 | 0.63 |
| Hex | D3 | D5 | 6E | 1 | 0 | 30 | 10 | 3D | 37 | 3F |
| Octal | 323 | 325 | 156 | 1 | 0 | 60 | 20 | 75 | 67 | 77 |
| Binary | 11010011 | 11010101 | 1101110 | 1 | 0 | 110000 | 10000 | 111101 | 110111 | 111111 |
Color Harmonies of #D3D56E
Complementary color
Monochromatic Colors of #D3D56E
Black with #D3D56E
Text Example
Text Example
White with #D3D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D56E; }
p { color: rgb(211,213,110); }
H1.HeaderClassName
{
color: #D3D56E;
}
.AnyTagClassName
{
color: #D3D56E;
}
</style>
background-color css
<style>
a { background-color: #D3D56E; }
a { background-color: rgb(211,213,110); }
div.DivClassName
{
background-color: #D3D56E;
}
.BgClassName
{
background-color: #D3D56E;
}
</style>
border-color css
<style>
span { border-color: #D3D56E; }
span { border-color: rgb(211,213,110); }
td.TdClassName
{
border-color: #D3D56E;
}
.TagClassName
{
border-color: #D3D56E;
}
</style>