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