Shades of Dark Goldenrod #D18808
Tints of Dark Goldenrod #D18808
RGB
CMYK
RGB Variations
Color information
#D18808 (or 0xD18808) is known color: Dark Goldenrod. HEX triplet: D1, 88 and 08. RGB value is (209,136,8). Sum of RGB (Red+Green+Blue) = 209+136+8=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D18808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18808 is #2E77F7. Grayscale: #8F8F8F. Windows color (decimal): -3045368 or 559313. OLE color: 559313.
HSL color Cylindrical-coordinate representation of color #D18808: hue angle of 38.21º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D18808 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.18 |
| HSL | 38.21º | 0.93% | 0.43% | - |
| HSV(B) | 38.21º | 0.96% | 0.82% | - |
| XYZ | 35.14 | 31.18 | 4.4 | - |
| YUV | 143.24 | 51.68 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 8 | 0 | 0.35 | 0.96 | 0.18 | 38.21 | 0.93 | 0.43 |
| Hex | D1 | 88 | 8 | 0 | 23 | 60 | 12 | 26 | 5D | 2B |
| Octal | 321 | 210 | 10 | 0 | 43 | 140 | 22 | 46 | 135 | 53 |
| Binary | 11010001 | 10001000 | 1000 | 0 | 100011 | 1100000 | 10010 | 100110 | 1011101 | 101011 |
Color Harmonies of #D18808
Complementary color
Monochromatic Colors of #D18808
Black with #D18808
Text Example
Text Example
White with #D18808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18808; }
p { color: rgb(209,136,8); }
H1.HeaderClassName
{
color: #D18808;
}
.AnyTagClassName
{
color: #D18808;
}
</style>
background-color css
<style>
a { background-color: #D18808; }
a { background-color: rgb(209,136,8); }
div.DivClassName
{
background-color: #D18808;
}
.BgClassName
{
background-color: #D18808;
}
</style>
border-color css
<style>
span { border-color: #D18808; }
span { border-color: rgb(209,136,8); }
td.TdClassName
{
border-color: #D18808;
}
.TagClassName
{
border-color: #D18808;
}
</style>