Shades of Dark Goldenrod #D18407
Tints of Dark Goldenrod #D18407
RGB
CMYK
RGB Variations
Color information
#D18407 (or 0xD18407) is known color: Dark Goldenrod. HEX triplet: D1, 84 and 07. RGB value is (209,132,7). Sum of RGB (Red+Green+Blue) = 209+132+7=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D18407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18407 is #2E7BF8. Grayscale: #8D8D8D. Windows color (decimal): -3046393 or 492753. OLE color: 492753.
HSL color Cylindrical-coordinate representation of color #D18407: hue angle of 37.13º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D18407 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.18 |
| HSL | 37.13º | 0.94% | 0.42% | - |
| HSV(B) | 37.13º | 0.97% | 0.82% | - |
| XYZ | 34.58 | 30.07 | 4.18 | - |
| YUV | 140.77 | 52.51 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 7 | 0 | 0.37 | 0.97 | 0.18 | 37.13 | 0.94 | 0.42 |
| Hex | D1 | 84 | 7 | 0 | 25 | 61 | 12 | 25 | 5E | 2A |
| Octal | 321 | 204 | 7 | 0 | 45 | 141 | 22 | 45 | 136 | 52 |
| Binary | 11010001 | 10000100 | 111 | 0 | 100101 | 1100001 | 10010 | 100101 | 1011110 | 101010 |
Color Harmonies of #D18407
Complementary color
Monochromatic Colors of #D18407
Black with #D18407
Text Example
Text Example
White with #D18407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18407; }
p { color: rgb(209,132,7); }
H1.HeaderClassName
{
color: #D18407;
}
.AnyTagClassName
{
color: #D18407;
}
</style>
background-color css
<style>
a { background-color: #D18407; }
a { background-color: rgb(209,132,7); }
div.DivClassName
{
background-color: #D18407;
}
.BgClassName
{
background-color: #D18407;
}
</style>
border-color css
<style>
span { border-color: #D18407; }
span { border-color: rgb(209,132,7); }
td.TdClassName
{
border-color: #D18407;
}
.TagClassName
{
border-color: #D18407;
}
</style>