Shades of Dark Goldenrod #D18703
Tints of Dark Goldenrod #D18703
RGB
CMYK
RGB Variations
Color information
#D18703 (or 0xD18703) is known color: Dark Goldenrod. HEX triplet: D1, 87 and 03. RGB value is (209,135,3). Sum of RGB (Red+Green+Blue) = 209+135+3=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D18703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18703 is #2E78FC. Grayscale: #8E8E8E. Windows color (decimal): -3045629 or 231377. OLE color: 231377.
HSL color Cylindrical-coordinate representation of color #D18703: hue angle of 38.45º 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 #D18703 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 3 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.18 |
| HSL | 38.45º | 0.97% | 0.42% | - |
| HSV(B) | 38.45º | 0.99% | 0.82% | - |
| XYZ | 34.97 | 30.89 | 4.21 | - |
| YUV | 142.08 | 49.52 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 3 | 0 | 0.35 | 0.99 | 0.18 | 38.45 | 0.97 | 0.42 |
| Hex | D1 | 87 | 3 | 0 | 23 | 63 | 12 | 26 | 61 | 2A |
| Octal | 321 | 207 | 3 | 0 | 43 | 143 | 22 | 46 | 141 | 52 |
| Binary | 11010001 | 10000111 | 11 | 0 | 100011 | 1100011 | 10010 | 100110 | 1100001 | 101010 |
Color Harmonies of #D18703
Complementary color
Monochromatic Colors of #D18703
Black with #D18703
Text Example
Text Example
White with #D18703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18703; }
p { color: rgb(209,135,3); }
H1.HeaderClassName
{
color: #D18703;
}
.AnyTagClassName
{
color: #D18703;
}
</style>
background-color css
<style>
a { background-color: #D18703; }
a { background-color: rgb(209,135,3); }
div.DivClassName
{
background-color: #D18703;
}
.BgClassName
{
background-color: #D18703;
}
</style>
border-color css
<style>
span { border-color: #D18703; }
span { border-color: rgb(209,135,3); }
td.TdClassName
{
border-color: #D18703;
}
.TagClassName
{
border-color: #D18703;
}
</style>