Shades of Dark Goldenrod #D18008
Tints of Dark Goldenrod #D18008
RGB
CMYK
RGB Variations
Color information
#D18008 (or 0xD18008) is known color: Dark Goldenrod. HEX triplet: D1, 80 and 08. RGB value is (209,128,8). Sum of RGB (Red+Green+Blue) = 209+128+8=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D18008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D18008 is #2E7FF7. Grayscale: #8B8B8B. Windows color (decimal): -3047416 or 557265. OLE color: 557265.
HSL color Cylindrical-coordinate representation of color #D18008: hue angle of 35.82º 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 #D18008 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 128 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.18 |
| HSL | 35.82º | 0.93% | 0.43% | - |
| HSV(B) | 35.82º | 0.96% | 0.82% | - |
| XYZ | 34.06 | 29.01 | 4.03 | - |
| YUV | 138.54 | 54.34 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 8 | 0 | 0.39 | 0.96 | 0.18 | 35.82 | 0.93 | 0.43 |
| Hex | D1 | 80 | 8 | 0 | 27 | 60 | 12 | 24 | 5D | 2B |
| Octal | 321 | 200 | 10 | 0 | 47 | 140 | 22 | 44 | 135 | 53 |
| Binary | 11010001 | 10000000 | 1000 | 0 | 100111 | 1100000 | 10010 | 100100 | 1011101 | 101011 |
Color Harmonies of #D18008
Complementary color
Monochromatic Colors of #D18008
Black with #D18008
Text Example
Text Example
White with #D18008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18008; }
p { color: rgb(209,128,8); }
H1.HeaderClassName
{
color: #D18008;
}
.AnyTagClassName
{
color: #D18008;
}
</style>
background-color css
<style>
a { background-color: #D18008; }
a { background-color: rgb(209,128,8); }
div.DivClassName
{
background-color: #D18008;
}
.BgClassName
{
background-color: #D18008;
}
</style>
border-color css
<style>
span { border-color: #D18008; }
span { border-color: rgb(209,128,8); }
td.TdClassName
{
border-color: #D18008;
}
.TagClassName
{
border-color: #D18008;
}
</style>