Shades of Dark Goldenrod #D18503
Tints of Dark Goldenrod #D18503
RGB
CMYK
RGB Variations
Color information
#D18503 (or 0xD18503) is known color: Dark Goldenrod. HEX triplet: D1, 85 and 03. RGB value is (209,133,3). Sum of RGB (Red+Green+Blue) = 209+133+3=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D18503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18503 is #2E7AFC. Grayscale: #8D8D8D. Windows color (decimal): -3046141 or 230865. OLE color: 230865.
HSL color Cylindrical-coordinate representation of color #D18503: hue angle of 37.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D18503 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.18 |
| HSL | 37.86º | 0.97% | 0.42% | - |
| HSV(B) | 37.86º | 0.99% | 0.82% | - |
| XYZ | 34.7 | 30.34 | 4.11 | - |
| YUV | 140.9 | 50.18 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 3 | 0 | 0.36 | 0.99 | 0.18 | 37.86 | 0.97 | 0.42 |
| Hex | D1 | 85 | 3 | 0 | 24 | 63 | 12 | 26 | 61 | 2A |
| Octal | 321 | 205 | 3 | 0 | 44 | 143 | 22 | 46 | 141 | 52 |
| Binary | 11010001 | 10000101 | 11 | 0 | 100100 | 1100011 | 10010 | 100110 | 1100001 | 101010 |
Color Harmonies of #D18503
Complementary color
Monochromatic Colors of #D18503
Black with #D18503
Text Example
Text Example
White with #D18503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18503; }
p { color: rgb(209,133,3); }
H1.HeaderClassName
{
color: #D18503;
}
.AnyTagClassName
{
color: #D18503;
}
</style>
background-color css
<style>
a { background-color: #D18503; }
a { background-color: rgb(209,133,3); }
div.DivClassName
{
background-color: #D18503;
}
.BgClassName
{
background-color: #D18503;
}
</style>
border-color css
<style>
span { border-color: #D18503; }
span { border-color: rgb(209,133,3); }
td.TdClassName
{
border-color: #D18503;
}
.TagClassName
{
border-color: #D18503;
}
</style>