Shades of Goldenrod #D0D673
Tints of Goldenrod #D0D673
RGB
CMYK
RGB Variations
Color information
#D0D673 (or 0xD0D673) is known color: Goldenrod. HEX triplet: D0, D6 and 73. RGB value is (208,214,115). Sum of RGB (Red+Green+Blue) = 208+214+115=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D673 is #2F298C. Grayscale: #C9C9C9. Windows color (decimal): -3090829 or 7591632. OLE color: 7591632.
HSL color Cylindrical-coordinate representation of color #D0D673: hue angle of 63.64º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0D673 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 115 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.16 |
| HSL | 63.64º | 0.55% | 0.65% | - |
| HSV(B) | 63.64º | 0.46% | 0.84% | - |
| XYZ | 53.15 | 62.74 | 25.53 | - |
| YUV | 200.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 115 | 0.03 | 0 | 0.46 | 0.16 | 63.64 | 0.55 | 0.65 |
| Hex | D0 | D6 | 73 | 3 | 0 | 2E | 10 | 40 | 37 | 41 |
| Octal | 320 | 326 | 163 | 3 | 0 | 56 | 20 | 100 | 67 | 101 |
| Binary | 11010000 | 11010110 | 1110011 | 11 | 0 | 101110 | 10000 | 1000000 | 110111 | 1000001 |
Color Harmonies of #D0D673
Complementary color
Monochromatic Colors of #D0D673
Black with #D0D673
Text Example
Text Example
White with #D0D673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D673; }
p { color: rgb(208,214,115); }
H1.HeaderClassName
{
color: #D0D673;
}
.AnyTagClassName
{
color: #D0D673;
}
</style>
background-color css
<style>
a { background-color: #D0D673; }
a { background-color: rgb(208,214,115); }
div.DivClassName
{
background-color: #D0D673;
}
.BgClassName
{
background-color: #D0D673;
}
</style>
border-color css
<style>
span { border-color: #D0D673; }
span { border-color: rgb(208,214,115); }
td.TdClassName
{
border-color: #D0D673;
}
.TagClassName
{
border-color: #D0D673;
}
</style>