Shades of Dark Goldenrod #D08A08
Tints of Dark Goldenrod #D08A08
RGB
CMYK
RGB Variations
Color information
#D08A08 (or 0xD08A08) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 08. RGB value is (208,138,8). Sum of RGB (Red+Green+Blue) = 208+138+8=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A08 is #2F75F7. Grayscale: #909090. Windows color (decimal): -3110392 or 559824. OLE color: 559824.
HSL color Cylindrical-coordinate representation of color #D08A08: hue angle of 39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D08A08 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.18 |
| HSL | 39º | 0.93% | 0.42% | - |
| HSV(B) | 39º | 0.96% | 0.82% | - |
| XYZ | 35.14 | 31.6 | 4.48 | - |
| YUV | 144.11 | 51.19 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 8 | 0 | 0.34 | 0.96 | 0.18 | 39 | 0.93 | 0.42 |
| Hex | D0 | 8A | 8 | 0 | 22 | 60 | 12 | 27 | 5D | 2A |
| Octal | 320 | 212 | 10 | 0 | 42 | 140 | 22 | 47 | 135 | 52 |
| Binary | 11010000 | 10001010 | 1000 | 0 | 100010 | 1100000 | 10010 | 100111 | 1011101 | 101010 |
Color Harmonies of #D08A08
Complementary color
Monochromatic Colors of #D08A08
Black with #D08A08
Text Example
Text Example
White with #D08A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A08; }
p { color: rgb(208,138,8); }
H1.HeaderClassName
{
color: #D08A08;
}
.AnyTagClassName
{
color: #D08A08;
}
</style>
background-color css
<style>
a { background-color: #D08A08; }
a { background-color: rgb(208,138,8); }
div.DivClassName
{
background-color: #D08A08;
}
.BgClassName
{
background-color: #D08A08;
}
</style>
border-color css
<style>
span { border-color: #D08A08; }
span { border-color: rgb(208,138,8); }
td.TdClassName
{
border-color: #D08A08;
}
.TagClassName
{
border-color: #D08A08;
}
</style>