Shades of Dark Goldenrod #D18203
Tints of Dark Goldenrod #D18203
RGB
CMYK
RGB Variations
Color information
#D18203 (or 0xD18203) is known color: Dark Goldenrod. HEX triplet: D1, 82 and 03. RGB value is (209,130,3). Sum of RGB (Red+Green+Blue) = 209+130+3=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D18203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18203 is #2E7DFC. Grayscale: #8B8B8B. Windows color (decimal): -3046909 or 230097. OLE color: 230097.
HSL color Cylindrical-coordinate representation of color #D18203: hue angle of 36.99º 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 #D18203 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 3 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.18 |
| HSL | 36.99º | 0.97% | 0.42% | - |
| HSV(B) | 36.99º | 0.99% | 0.82% | - |
| XYZ | 34.29 | 29.53 | 3.98 | - |
| YUV | 139.14 | 51.17 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 3 | 0 | 0.38 | 0.99 | 0.18 | 36.99 | 0.97 | 0.42 |
| Hex | D1 | 82 | 3 | 0 | 26 | 63 | 12 | 25 | 61 | 2A |
| Octal | 321 | 202 | 3 | 0 | 46 | 143 | 22 | 45 | 141 | 52 |
| Binary | 11010001 | 10000010 | 11 | 0 | 100110 | 1100011 | 10010 | 100101 | 1100001 | 101010 |
Color Harmonies of #D18203
Complementary color
Monochromatic Colors of #D18203
Black with #D18203
Text Example
Text Example
White with #D18203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18203; }
p { color: rgb(209,130,3); }
H1.HeaderClassName
{
color: #D18203;
}
.AnyTagClassName
{
color: #D18203;
}
</style>
background-color css
<style>
a { background-color: #D18203; }
a { background-color: rgb(209,130,3); }
div.DivClassName
{
background-color: #D18203;
}
.BgClassName
{
background-color: #D18203;
}
</style>
border-color css
<style>
span { border-color: #D18203; }
span { border-color: rgb(209,130,3); }
td.TdClassName
{
border-color: #D18203;
}
.TagClassName
{
border-color: #D18203;
}
</style>