Shades of Dark Goldenrod #D18909
Tints of Dark Goldenrod #D18909
RGB
CMYK
RGB Variations
Color information
#D18909 (or 0xD18909) is known color: Dark Goldenrod. HEX triplet: D1, 89 and 09. RGB value is (209,137,9). Sum of RGB (Red+Green+Blue) = 209+137+9=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D18909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18909 is #2E76F6. Grayscale: #909090. Windows color (decimal): -3045111 or 625105. OLE color: 625105.
HSL color Cylindrical-coordinate representation of color #D18909: hue angle of 38.4º 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 #D18909 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.18 |
| HSL | 38.4º | 0.92% | 0.43% | - |
| HSV(B) | 38.4º | 0.96% | 0.82% | - |
| XYZ | 35.29 | 31.47 | 4.47 | - |
| YUV | 143.94 | 51.85 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 9 | 0 | 0.34 | 0.96 | 0.18 | 38.4 | 0.92 | 0.43 |
| Hex | D1 | 89 | 9 | 0 | 22 | 60 | 12 | 26 | 5C | 2B |
| Octal | 321 | 211 | 11 | 0 | 42 | 140 | 22 | 46 | 134 | 53 |
| Binary | 11010001 | 10001001 | 1001 | 0 | 100010 | 1100000 | 10010 | 100110 | 1011100 | 101011 |
Color Harmonies of #D18909
Complementary color
Monochromatic Colors of #D18909
Black with #D18909
Text Example
Text Example
White with #D18909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18909; }
p { color: rgb(209,137,9); }
H1.HeaderClassName
{
color: #D18909;
}
.AnyTagClassName
{
color: #D18909;
}
</style>
background-color css
<style>
a { background-color: #D18909; }
a { background-color: rgb(209,137,9); }
div.DivClassName
{
background-color: #D18909;
}
.BgClassName
{
background-color: #D18909;
}
</style>
border-color css
<style>
span { border-color: #D18909; }
span { border-color: rgb(209,137,9); }
td.TdClassName
{
border-color: #D18909;
}
.TagClassName
{
border-color: #D18909;
}
</style>