Shades of Dark Goldenrod #D18905
Tints of Dark Goldenrod #D18905
RGB
CMYK
RGB Variations
Color information
#D18905 (or 0xD18905) is known color: Dark Goldenrod. HEX triplet: D1, 89 and 05. RGB value is (209,137,5). Sum of RGB (Red+Green+Blue) = 209+137+5=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 5 (2.34% from 255 or 1.42% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D18905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18905 is #2E76FA. Grayscale: #909090. Windows color (decimal): -3045115 or 362961. OLE color: 362961.
HSL color Cylindrical-coordinate representation of color #D18905: hue angle of 38.82º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D18905 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.18 |
| HSL | 38.82º | 0.95% | 0.42% | - |
| HSV(B) | 38.82º | 0.98% | 0.82% | - |
| XYZ | 35.27 | 31.46 | 4.36 | - |
| YUV | 143.48 | 49.85 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 5 | 0 | 0.34 | 0.98 | 0.18 | 38.82 | 0.95 | 0.42 |
| Hex | D1 | 89 | 5 | 0 | 22 | 62 | 12 | 27 | 5F | 2A |
| Octal | 321 | 211 | 5 | 0 | 42 | 142 | 22 | 47 | 137 | 52 |
| Binary | 11010001 | 10001001 | 101 | 0 | 100010 | 1100010 | 10010 | 100111 | 1011111 | 101010 |
Color Harmonies of #D18905
Complementary color
Monochromatic Colors of #D18905
Black with #D18905
Text Example
Text Example
White with #D18905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18905; }
p { color: rgb(209,137,5); }
H1.HeaderClassName
{
color: #D18905;
}
.AnyTagClassName
{
color: #D18905;
}
</style>
background-color css
<style>
a { background-color: #D18905; }
a { background-color: rgb(209,137,5); }
div.DivClassName
{
background-color: #D18905;
}
.BgClassName
{
background-color: #D18905;
}
</style>
border-color css
<style>
span { border-color: #D18905; }
span { border-color: rgb(209,137,5); }
td.TdClassName
{
border-color: #D18905;
}
.TagClassName
{
border-color: #D18905;
}
</style>