Shades of Dark Goldenrod #D18404
Tints of Dark Goldenrod #D18404
RGB
CMYK
RGB Variations
Color information
#D18404 (or 0xD18404) is known color: Dark Goldenrod. HEX triplet: D1, 84 and 04. RGB value is (209,132,4). Sum of RGB (Red+Green+Blue) = 209+132+4=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D18404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18404 is #2E7BFB. Grayscale: #8D8D8D. Windows color (decimal): -3046396 or 296145. OLE color: 296145.
HSL color Cylindrical-coordinate representation of color #D18404: hue angle of 37.46º degrees, saturation: 0.96, 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 #D18404 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.18 |
| HSL | 37.46º | 0.96% | 0.42% | - |
| HSV(B) | 37.46º | 0.98% | 0.82% | - |
| XYZ | 34.57 | 30.07 | 4.1 | - |
| YUV | 140.43 | 51.01 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 4 | 0 | 0.37 | 0.98 | 0.18 | 37.46 | 0.96 | 0.42 |
| Hex | D1 | 84 | 4 | 0 | 25 | 62 | 12 | 25 | 60 | 2A |
| Octal | 321 | 204 | 4 | 0 | 45 | 142 | 22 | 45 | 140 | 52 |
| Binary | 11010001 | 10000100 | 100 | 0 | 100101 | 1100010 | 10010 | 100101 | 1100000 | 101010 |
Color Harmonies of #D18404
Complementary color
Monochromatic Colors of #D18404
Black with #D18404
Text Example
Text Example
White with #D18404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18404; }
p { color: rgb(209,132,4); }
H1.HeaderClassName
{
color: #D18404;
}
.AnyTagClassName
{
color: #D18404;
}
</style>
background-color css
<style>
a { background-color: #D18404; }
a { background-color: rgb(209,132,4); }
div.DivClassName
{
background-color: #D18404;
}
.BgClassName
{
background-color: #D18404;
}
</style>
border-color css
<style>
span { border-color: #D18404; }
span { border-color: rgb(209,132,4); }
td.TdClassName
{
border-color: #D18404;
}
.TagClassName
{
border-color: #D18404;
}
</style>