Shades of Goldenrod #D3D577
Tints of Goldenrod #D3D577
RGB
CMYK
RGB Variations
Color information
#D3D577 (or 0xD3D577) is known color: Goldenrod. HEX triplet: D3, D5 and 77. RGB value is (211,213,119). Sum of RGB (Red+Green+Blue) = 211+213+119=543 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.86% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D577 is #2C2A88. Grayscale: #CACACA. Windows color (decimal): -2894473 or 7853523. OLE color: 7853523.
HSL color Cylindrical-coordinate representation of color #D3D577: hue angle of 61.28º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3D577 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 119 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.16 |
| HSL | 61.28º | 0.53% | 0.65% | - |
| HSV(B) | 61.28º | 0.44% | 0.84% | - |
| XYZ | 53.99 | 62.77 | 26.72 | - |
| YUV | 201.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 119 | 0.01 | 0 | 0.44 | 0.16 | 61.28 | 0.53 | 0.65 |
| Hex | D3 | D5 | 77 | 1 | 0 | 2C | 10 | 3D | 35 | 41 |
| Octal | 323 | 325 | 167 | 1 | 0 | 54 | 20 | 75 | 65 | 101 |
| Binary | 11010011 | 11010101 | 1110111 | 1 | 0 | 101100 | 10000 | 111101 | 110101 | 1000001 |
Color Harmonies of #D3D577
Complementary color
Monochromatic Colors of #D3D577
Black with #D3D577
Text Example
Text Example
White with #D3D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D577; }
p { color: rgb(211,213,119); }
H1.HeaderClassName
{
color: #D3D577;
}
.AnyTagClassName
{
color: #D3D577;
}
</style>
background-color css
<style>
a { background-color: #D3D577; }
a { background-color: rgb(211,213,119); }
div.DivClassName
{
background-color: #D3D577;
}
.BgClassName
{
background-color: #D3D577;
}
</style>
border-color css
<style>
span { border-color: #D3D577; }
span { border-color: rgb(211,213,119); }
td.TdClassName
{
border-color: #D3D577;
}
.TagClassName
{
border-color: #D3D577;
}
</style>