Shades of Dark Goldenrod #D08E03
Tints of Dark Goldenrod #D08E03
RGB
CMYK
RGB Variations
Color information
#D08E03 (or 0xD08E03) is known color: Dark Goldenrod. HEX triplet: D0, 8E and 03. RGB value is (208,142,3). Sum of RGB (Red+Green+Blue) = 208+142+3=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08E03 is #2F71FC. Grayscale: #929292. Windows color (decimal): -3109373 or 233168. OLE color: 233168.
HSL color Cylindrical-coordinate representation of color #D08E03: hue angle of 40.68º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D08E03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 142 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.18 |
| HSL | 40.68º | 0.97% | 0.41% | - |
| HSV(B) | 40.68º | 0.99% | 0.82% | - |
| XYZ | 35.7 | 32.76 | 4.53 | - |
| YUV | 145.89 | 47.37 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 142 | 3 | 0 | 0.32 | 0.99 | 0.18 | 40.68 | 0.97 | 0.41 |
| Hex | D0 | 8E | 3 | 0 | 20 | 63 | 12 | 29 | 61 | 29 |
| Octal | 320 | 216 | 3 | 0 | 40 | 143 | 22 | 51 | 141 | 51 |
| Binary | 11010000 | 10001110 | 11 | 0 | 100000 | 1100011 | 10010 | 101001 | 1100001 | 101001 |
Color Harmonies of #D08E03
Complementary color
Monochromatic Colors of #D08E03
Black with #D08E03
Text Example
Text Example
White with #D08E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E03; }
p { color: rgb(208,142,3); }
H1.HeaderClassName
{
color: #D08E03;
}
.AnyTagClassName
{
color: #D08E03;
}
</style>
background-color css
<style>
a { background-color: #D08E03; }
a { background-color: rgb(208,142,3); }
div.DivClassName
{
background-color: #D08E03;
}
.BgClassName
{
background-color: #D08E03;
}
</style>
border-color css
<style>
span { border-color: #D08E03; }
span { border-color: rgb(208,142,3); }
td.TdClassName
{
border-color: #D08E03;
}
.TagClassName
{
border-color: #D08E03;
}
</style>