Shades of Dark Goldenrod #D08A11
Tints of Dark Goldenrod #D08A11
RGB
CMYK
RGB Variations
Color information
#D08A11 (or 0xD08A11) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 11. RGB value is (208,138,17). Sum of RGB (Red+Green+Blue) = 208+138+17=363 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.30% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A11 is #2F75EE. Grayscale: #919191. Windows color (decimal): -3110383 or 1149648. OLE color: 1149648.
HSL color Cylindrical-coordinate representation of color #D08A11: hue angle of 38.01º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D08A11 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 17 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.18 |
| HSL | 38.01º | 0.85% | 0.44% | - |
| HSV(B) | 38.01º | 0.92% | 0.82% | - |
| XYZ | 35.2 | 31.63 | 4.78 | - |
| YUV | 145.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 17 | 0 | 0.34 | 0.92 | 0.18 | 38.01 | 0.85 | 0.44 |
| Hex | D0 | 8A | 11 | 0 | 22 | 5C | 12 | 26 | 55 | 2C |
| Octal | 320 | 212 | 21 | 0 | 42 | 134 | 22 | 46 | 125 | 54 |
| Binary | 11010000 | 10001010 | 10001 | 0 | 100010 | 1011100 | 10010 | 100110 | 1010101 | 101100 |
Color Harmonies of #D08A11
Complementary color
Monochromatic Colors of #D08A11
Black with #D08A11
Text Example
Text Example
White with #D08A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A11; }
p { color: rgb(208,138,17); }
H1.HeaderClassName
{
color: #D08A11;
}
.AnyTagClassName
{
color: #D08A11;
}
</style>
background-color css
<style>
a { background-color: #D08A11; }
a { background-color: rgb(208,138,17); }
div.DivClassName
{
background-color: #D08A11;
}
.BgClassName
{
background-color: #D08A11;
}
</style>
border-color css
<style>
span { border-color: #D08A11; }
span { border-color: rgb(208,138,17); }
td.TdClassName
{
border-color: #D08A11;
}
.TagClassName
{
border-color: #D08A11;
}
</style>