Shades of Dark Goldenrod #D08108
Tints of Dark Goldenrod #D08108
RGB
CMYK
RGB Variations
Color information
#D08108 (or 0xD08108) is known color: Dark Goldenrod. HEX triplet: D0, 81 and 08. RGB value is (208,129,8). Sum of RGB (Red+Green+Blue) = 208+129+8=345 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.29% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 208 - color contains mainly: red. Hex color #D08108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08108 is #2F7EF7. Grayscale: #8B8B8B. Windows color (decimal): -3112696 or 557520. OLE color: 557520.
HSL color Cylindrical-coordinate representation of color #D08108: hue angle of 36.3º 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 #D08108 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.18 |
| HSL | 36.3º | 0.93% | 0.42% | - |
| HSV(B) | 36.3º | 0.96% | 0.82% | - |
| XYZ | 33.91 | 29.13 | 4.06 | - |
| YUV | 138.83 | 54.17 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 8 | 0 | 0.38 | 0.96 | 0.18 | 36.3 | 0.93 | 0.42 |
| Hex | D0 | 81 | 8 | 0 | 26 | 60 | 12 | 24 | 5D | 2A |
| Octal | 320 | 201 | 10 | 0 | 46 | 140 | 22 | 44 | 135 | 52 |
| Binary | 11010000 | 10000001 | 1000 | 0 | 100110 | 1100000 | 10010 | 100100 | 1011101 | 101010 |
Color Harmonies of #D08108
Complementary color
Monochromatic Colors of #D08108
Black with #D08108
Text Example
Text Example
White with #D08108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08108; }
p { color: rgb(208,129,8); }
H1.HeaderClassName
{
color: #D08108;
}
.AnyTagClassName
{
color: #D08108;
}
</style>
background-color css
<style>
a { background-color: #D08108; }
a { background-color: rgb(208,129,8); }
div.DivClassName
{
background-color: #D08108;
}
.BgClassName
{
background-color: #D08108;
}
</style>
border-color css
<style>
span { border-color: #D08108; }
span { border-color: rgb(208,129,8); }
td.TdClassName
{
border-color: #D08108;
}
.TagClassName
{
border-color: #D08108;
}
</style>