Shades of Goldenrod #D2DC73
Tints of Goldenrod #D2DC73
RGB
CMYK
RGB Variations
Color information
#D2DC73 (or 0xD2DC73) is known color: Goldenrod. HEX triplet: D2, DC and 73. RGB value is (210,220,115). Sum of RGB (Red+Green+Blue) = 210+220+115=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DC73 is #2D238C. Grayscale: #CDCDCD. Windows color (decimal): -2958221 or 7593170. OLE color: 7593170.
HSL color Cylindrical-coordinate representation of color #D2DC73: hue angle of 65.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2DC73 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 115 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.14 |
| HSL | 65.71º | 0.6% | 0.66% | - |
| HSV(B) | 65.71º | 0.48% | 0.86% | - |
| XYZ | 55.27 | 66.13 | 26.07 | - |
| YUV | 205.04 | 77.19 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 115 | 0.05 | 0 | 0.48 | 0.14 | 65.71 | 0.6 | 0.66 |
| Hex | D2 | DC | 73 | 5 | 0 | 30 | E | 42 | 3C | 42 |
| Octal | 322 | 334 | 163 | 5 | 0 | 60 | 16 | 102 | 74 | 102 |
| Binary | 11010010 | 11011100 | 1110011 | 101 | 0 | 110000 | 1110 | 1000010 | 111100 | 1000010 |
Color Harmonies of #D2DC73
Complementary color
Monochromatic Colors of #D2DC73
Black with #D2DC73
Text Example
Text Example
White with #D2DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DC73; }
p { color: rgb(210,220,115); }
H1.HeaderClassName
{
color: #D2DC73;
}
.AnyTagClassName
{
color: #D2DC73;
}
</style>
background-color css
<style>
a { background-color: #D2DC73; }
a { background-color: rgb(210,220,115); }
div.DivClassName
{
background-color: #D2DC73;
}
.BgClassName
{
background-color: #D2DC73;
}
</style>
border-color css
<style>
span { border-color: #D2DC73; }
span { border-color: rgb(210,220,115); }
td.TdClassName
{
border-color: #D2DC73;
}
.TagClassName
{
border-color: #D2DC73;
}
</style>