Shades of Dark Goldenrod #D18408
Tints of Dark Goldenrod #D18408
RGB
CMYK
RGB Variations
Color information
#D18408 (or 0xD18408) is known color: Dark Goldenrod. HEX triplet: D1, 84 and 08. RGB value is (209,132,8). Sum of RGB (Red+Green+Blue) = 209+132+8=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D18408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18408 is #2E7BF7. Grayscale: #8D8D8D. Windows color (decimal): -3046392 or 558289. OLE color: 558289.
HSL color Cylindrical-coordinate representation of color #D18408: hue angle of 37.01º 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 #D18408 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 8 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.18 |
| HSL | 37.01º | 0.93% | 0.43% | - |
| HSV(B) | 37.01º | 0.96% | 0.82% | - |
| XYZ | 34.59 | 30.08 | 4.21 | - |
| YUV | 140.89 | 53.01 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 8 | 0 | 0.37 | 0.96 | 0.18 | 37.01 | 0.93 | 0.43 |
| Hex | D1 | 84 | 8 | 0 | 25 | 60 | 12 | 25 | 5D | 2B |
| Octal | 321 | 204 | 10 | 0 | 45 | 140 | 22 | 45 | 135 | 53 |
| Binary | 11010001 | 10000100 | 1000 | 0 | 100101 | 1100000 | 10010 | 100101 | 1011101 | 101011 |
Color Harmonies of #D18408
Complementary color
Monochromatic Colors of #D18408
Black with #D18408
Text Example
Text Example
White with #D18408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18408; }
p { color: rgb(209,132,8); }
H1.HeaderClassName
{
color: #D18408;
}
.AnyTagClassName
{
color: #D18408;
}
</style>
background-color css
<style>
a { background-color: #D18408; }
a { background-color: rgb(209,132,8); }
div.DivClassName
{
background-color: #D18408;
}
.BgClassName
{
background-color: #D18408;
}
</style>
border-color css
<style>
span { border-color: #D18408; }
span { border-color: rgb(209,132,8); }
td.TdClassName
{
border-color: #D18408;
}
.TagClassName
{
border-color: #D18408;
}
</style>