Shades of Goldenrod #D0D173
Tints of Goldenrod #D0D173
RGB
CMYK
RGB Variations
Color information
#D0D173 (or 0xD0D173) is known color: Goldenrod. HEX triplet: D0, D1 and 73. RGB value is (208,209,115). Sum of RGB (Red+Green+Blue) = 208+209+115=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D173 is #2F2E8C. Grayscale: #C6C6C6. Windows color (decimal): -3092109 or 7590352. OLE color: 7590352.
HSL color Cylindrical-coordinate representation of color #D0D173: hue angle of 60.64º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0D173 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 209 | 115 | - |
| CMYK | 0.00 | 0 | 0.45 | 0.18 |
| HSL | 60.64º | 0.51% | 0.64% | - |
| HSV(B) | 60.64º | 0.45% | 0.82% | - |
| XYZ | 51.91 | 60.25 | 25.11 | - |
| YUV | 197.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 209 | 115 | 0.00 | 0 | 0.45 | 0.18 | 60.64 | 0.51 | 0.64 |
| Hex | D0 | D1 | 73 | 0 | 0 | 2D | 12 | 3D | 33 | 40 |
| Octal | 320 | 321 | 163 | 0 | 0 | 55 | 22 | 75 | 63 | 100 |
| Binary | 11010000 | 11010001 | 1110011 | 0 | 0 | 101101 | 10010 | 111101 | 110011 | 1000000 |
Color Harmonies of #D0D173
Complementary color
Monochromatic Colors of #D0D173
Black with #D0D173
Text Example
Text Example
White with #D0D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D173; }
p { color: rgb(208,209,115); }
H1.HeaderClassName
{
color: #D0D173;
}
.AnyTagClassName
{
color: #D0D173;
}
</style>
background-color css
<style>
a { background-color: #D0D173; }
a { background-color: rgb(208,209,115); }
div.DivClassName
{
background-color: #D0D173;
}
.BgClassName
{
background-color: #D0D173;
}
</style>
border-color css
<style>
span { border-color: #D0D173; }
span { border-color: rgb(208,209,115); }
td.TdClassName
{
border-color: #D0D173;
}
.TagClassName
{
border-color: #D0D173;
}
</style>