Shades of Dark Goldenrod #D18A07
Tints of Dark Goldenrod #D18A07
RGB
CMYK
RGB Variations
Color information
#D18A07 (or 0xD18A07) is known color: Dark Goldenrod. HEX triplet: D1, 8A and 07. RGB value is (209,138,7). Sum of RGB (Red+Green+Blue) = 209+138+7=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18A07 is #2E75F8. Grayscale: #909090. Windows color (decimal): -3044857 or 494289. OLE color: 494289.
HSL color Cylindrical-coordinate representation of color #D18A07: hue angle of 38.91º 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 #D18A07 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.18 |
| HSL | 38.91º | 0.94% | 0.42% | - |
| HSV(B) | 38.91º | 0.97% | 0.82% | - |
| XYZ | 35.42 | 31.75 | 4.46 | - |
| YUV | 144.3 | 50.52 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 7 | 0 | 0.34 | 0.97 | 0.18 | 38.91 | 0.94 | 0.42 |
| Hex | D1 | 8A | 7 | 0 | 22 | 61 | 12 | 27 | 5E | 2A |
| Octal | 321 | 212 | 7 | 0 | 42 | 141 | 22 | 47 | 136 | 52 |
| Binary | 11010001 | 10001010 | 111 | 0 | 100010 | 1100001 | 10010 | 100111 | 1011110 | 101010 |
Color Harmonies of #D18A07
Complementary color
Monochromatic Colors of #D18A07
Black with #D18A07
Text Example
Text Example
White with #D18A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18A07; }
p { color: rgb(209,138,7); }
H1.HeaderClassName
{
color: #D18A07;
}
.AnyTagClassName
{
color: #D18A07;
}
</style>
background-color css
<style>
a { background-color: #D18A07; }
a { background-color: rgb(209,138,7); }
div.DivClassName
{
background-color: #D18A07;
}
.BgClassName
{
background-color: #D18A07;
}
</style>
border-color css
<style>
span { border-color: #D18A07; }
span { border-color: rgb(209,138,7); }
td.TdClassName
{
border-color: #D18A07;
}
.TagClassName
{
border-color: #D18A07;
}
</style>