Shades of Goldenrod #D2D773
Tints of Goldenrod #D2D773
RGB
CMYK
RGB Variations
Color information
#D2D773 (or 0xD2D773) is known color: Goldenrod. HEX triplet: D2, D7 and 73. RGB value is (210,215,115). Sum of RGB (Red+Green+Blue) = 210+215+115=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D773 is #2D288C. Grayscale: #CACACA. Windows color (decimal): -2959501 or 7591890. OLE color: 7591890.
HSL color Cylindrical-coordinate representation of color #D2D773: hue angle of 63º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2D773 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 115 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.16 |
| HSL | 63º | 0.56% | 0.65% | - |
| HSV(B) | 63º | 0.47% | 0.84% | - |
| XYZ | 53.97 | 63.54 | 25.64 | - |
| YUV | 202.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 115 | 0.02 | 0 | 0.47 | 0.16 | 63 | 0.56 | 0.65 |
| Hex | D2 | D7 | 73 | 2 | 0 | 2F | 10 | 3F | 38 | 41 |
| Octal | 322 | 327 | 163 | 2 | 0 | 57 | 20 | 77 | 70 | 101 |
| Binary | 11010010 | 11010111 | 1110011 | 10 | 0 | 101111 | 10000 | 111111 | 111000 | 1000001 |
Color Harmonies of #D2D773
Complementary color
Monochromatic Colors of #D2D773
Black with #D2D773
Text Example
Text Example
White with #D2D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D773; }
p { color: rgb(210,215,115); }
H1.HeaderClassName
{
color: #D2D773;
}
.AnyTagClassName
{
color: #D2D773;
}
</style>
background-color css
<style>
a { background-color: #D2D773; }
a { background-color: rgb(210,215,115); }
div.DivClassName
{
background-color: #D2D773;
}
.BgClassName
{
background-color: #D2D773;
}
</style>
border-color css
<style>
span { border-color: #D2D773; }
span { border-color: rgb(210,215,115); }
td.TdClassName
{
border-color: #D2D773;
}
.TagClassName
{
border-color: #D2D773;
}
</style>