Shades of Dark Goldenrod #D08A07
Tints of Dark Goldenrod #D08A07
RGB
CMYK
RGB Variations
Color information
#D08A07 (or 0xD08A07) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 07. RGB value is (208,138,7). Sum of RGB (Red+Green+Blue) = 208+138+7=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A07 is #2F75F8. Grayscale: #909090. Windows color (decimal): -3110393 or 494288. OLE color: 494288.
HSL color Cylindrical-coordinate representation of color #D08A07: hue angle of 39.1º degrees, saturation: 0.93, 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 #D08A07 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.18 |
| HSL | 39.1º | 0.93% | 0.42% | - |
| HSV(B) | 39.1º | 0.97% | 0.82% | - |
| XYZ | 35.14 | 31.6 | 4.45 | - |
| YUV | 144 | 50.69 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 7 | 0 | 0.34 | 0.97 | 0.18 | 39.1 | 0.93 | 0.42 |
| Hex | D0 | 8A | 7 | 0 | 22 | 61 | 12 | 27 | 5D | 2A |
| Octal | 320 | 212 | 7 | 0 | 42 | 141 | 22 | 47 | 135 | 52 |
| Binary | 11010000 | 10001010 | 111 | 0 | 100010 | 1100001 | 10010 | 100111 | 1011101 | 101010 |
Color Harmonies of #D08A07
Complementary color
Monochromatic Colors of #D08A07
Black with #D08A07
Text Example
Text Example
White with #D08A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A07; }
p { color: rgb(208,138,7); }
H1.HeaderClassName
{
color: #D08A07;
}
.AnyTagClassName
{
color: #D08A07;
}
</style>
background-color css
<style>
a { background-color: #D08A07; }
a { background-color: rgb(208,138,7); }
div.DivClassName
{
background-color: #D08A07;
}
.BgClassName
{
background-color: #D08A07;
}
</style>
border-color css
<style>
span { border-color: #D08A07; }
span { border-color: rgb(208,138,7); }
td.TdClassName
{
border-color: #D08A07;
}
.TagClassName
{
border-color: #D08A07;
}
</style>