Shades of Dark Goldenrod #D18109
Tints of Dark Goldenrod #D18109
RGB
CMYK
RGB Variations
Color information
#D18109 (or 0xD18109) is known color: Dark Goldenrod. HEX triplet: D1, 81 and 09. RGB value is (209,129,9). Sum of RGB (Red+Green+Blue) = 209+129+9=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 9 (3.91% from 255 or 2.59% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D18109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18109 is #2E7EF6. Grayscale: #8B8B8B. Windows color (decimal): -3047159 or 623057. OLE color: 623057.
HSL color Cylindrical-coordinate representation of color #D18109: hue angle of 36º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D18109 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 129 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.18 |
| HSL | 36º | 0.92% | 0.43% | - |
| HSV(B) | 36º | 0.96% | 0.82% | - |
| XYZ | 34.19 | 29.28 | 4.11 | - |
| YUV | 139.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 9 | 0 | 0.38 | 0.96 | 0.18 | 36 | 0.92 | 0.43 |
| Hex | D1 | 81 | 9 | 0 | 26 | 60 | 12 | 24 | 5C | 2B |
| Octal | 321 | 201 | 11 | 0 | 46 | 140 | 22 | 44 | 134 | 53 |
| Binary | 11010001 | 10000001 | 1001 | 0 | 100110 | 1100000 | 10010 | 100100 | 1011100 | 101011 |
Color Harmonies of #D18109
Complementary color
Monochromatic Colors of #D18109
Black with #D18109
Text Example
Text Example
White with #D18109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18109; }
p { color: rgb(209,129,9); }
H1.HeaderClassName
{
color: #D18109;
}
.AnyTagClassName
{
color: #D18109;
}
</style>
background-color css
<style>
a { background-color: #D18109; }
a { background-color: rgb(209,129,9); }
div.DivClassName
{
background-color: #D18109;
}
.BgClassName
{
background-color: #D18109;
}
</style>
border-color css
<style>
span { border-color: #D18109; }
span { border-color: rgb(209,129,9); }
td.TdClassName
{
border-color: #D18109;
}
.TagClassName
{
border-color: #D18109;
}
</style>