Shades of Dark Goldenrod #D18508
Tints of Dark Goldenrod #D18508
RGB
CMYK
RGB Variations
Color information
#D18508 (or 0xD18508) is known color: Dark Goldenrod. HEX triplet: D1, 85 and 08. RGB value is (209,133,8). Sum of RGB (Red+Green+Blue) = 209+133+8=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D18508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18508 is #2E7AF7. Grayscale: #8E8E8E. Windows color (decimal): -3046136 or 558545. OLE color: 558545.
HSL color Cylindrical-coordinate representation of color #D18508: hue angle of 37.31º degrees, saturation: 0.93, 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 #D18508 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.18 |
| HSL | 37.31º | 0.93% | 0.43% | - |
| HSV(B) | 37.31º | 0.96% | 0.82% | - |
| XYZ | 34.73 | 30.35 | 4.26 | - |
| YUV | 141.47 | 52.68 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 8 | 0 | 0.36 | 0.96 | 0.18 | 37.31 | 0.93 | 0.43 |
| Hex | D1 | 85 | 8 | 0 | 24 | 60 | 12 | 25 | 5D | 2B |
| Octal | 321 | 205 | 10 | 0 | 44 | 140 | 22 | 45 | 135 | 53 |
| Binary | 11010001 | 10000101 | 1000 | 0 | 100100 | 1100000 | 10010 | 100101 | 1011101 | 101011 |
Color Harmonies of #D18508
Complementary color
Monochromatic Colors of #D18508
Black with #D18508
Text Example
Text Example
White with #D18508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18508; }
p { color: rgb(209,133,8); }
H1.HeaderClassName
{
color: #D18508;
}
.AnyTagClassName
{
color: #D18508;
}
</style>
background-color css
<style>
a { background-color: #D18508; }
a { background-color: rgb(209,133,8); }
div.DivClassName
{
background-color: #D18508;
}
.BgClassName
{
background-color: #D18508;
}
</style>
border-color css
<style>
span { border-color: #D18508; }
span { border-color: rgb(209,133,8); }
td.TdClassName
{
border-color: #D18508;
}
.TagClassName
{
border-color: #D18508;
}
</style>