Shades of Dark Goldenrod #D18405
Tints of Dark Goldenrod #D18405
RGB
CMYK
RGB Variations
Color information
#D18405 (or 0xD18405) is known color: Dark Goldenrod. HEX triplet: D1, 84 and 05. RGB value is (209,132,5). Sum of RGB (Red+Green+Blue) = 209+132+5=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D18405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18405 is #2E7BFA. Grayscale: #8D8D8D. Windows color (decimal): -3046395 or 361681. OLE color: 361681.
HSL color Cylindrical-coordinate representation of color #D18405: hue angle of 37.35º 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 #D18405 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 5 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.18 |
| HSL | 37.35º | 0.95% | 0.42% | - |
| HSV(B) | 37.35º | 0.98% | 0.82% | - |
| XYZ | 34.57 | 30.07 | 4.13 | - |
| YUV | 140.55 | 51.51 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 5 | 0 | 0.37 | 0.98 | 0.18 | 37.35 | 0.95 | 0.42 |
| Hex | D1 | 84 | 5 | 0 | 25 | 62 | 12 | 25 | 5F | 2A |
| Octal | 321 | 204 | 5 | 0 | 45 | 142 | 22 | 45 | 137 | 52 |
| Binary | 11010001 | 10000100 | 101 | 0 | 100101 | 1100010 | 10010 | 100101 | 1011111 | 101010 |
Color Harmonies of #D18405
Complementary color
Monochromatic Colors of #D18405
Black with #D18405
Text Example
Text Example
White with #D18405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18405; }
p { color: rgb(209,132,5); }
H1.HeaderClassName
{
color: #D18405;
}
.AnyTagClassName
{
color: #D18405;
}
</style>
background-color css
<style>
a { background-color: #D18405; }
a { background-color: rgb(209,132,5); }
div.DivClassName
{
background-color: #D18405;
}
.BgClassName
{
background-color: #D18405;
}
</style>
border-color css
<style>
span { border-color: #D18405; }
span { border-color: rgb(209,132,5); }
td.TdClassName
{
border-color: #D18405;
}
.TagClassName
{
border-color: #D18405;
}
</style>