Shades of Dark Goldenrod #D08A03
Tints of Dark Goldenrod #D08A03
RGB
CMYK
RGB Variations
Color information
#D08A03 (or 0xD08A03) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 03. RGB value is (208,138,3). Sum of RGB (Red+Green+Blue) = 208+138+3=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A03 is #2F75FC. Grayscale: #909090. Windows color (decimal): -3110397 or 232144. OLE color: 232144.
HSL color Cylindrical-coordinate representation of color #D08A03: hue angle of 39.51º 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 #D08A03 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.18 |
| HSL | 39.51º | 0.97% | 0.41% | - |
| HSV(B) | 39.51º | 0.99% | 0.82% | - |
| XYZ | 35.12 | 31.59 | 4.33 | - |
| YUV | 143.54 | 48.69 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 3 | 0 | 0.34 | 0.99 | 0.18 | 39.51 | 0.97 | 0.41 |
| Hex | D0 | 8A | 3 | 0 | 22 | 63 | 12 | 28 | 61 | 29 |
| Octal | 320 | 212 | 3 | 0 | 42 | 143 | 22 | 50 | 141 | 51 |
| Binary | 11010000 | 10001010 | 11 | 0 | 100010 | 1100011 | 10010 | 101000 | 1100001 | 101001 |
Color Harmonies of #D08A03
Complementary color
Monochromatic Colors of #D08A03
Black with #D08A03
Text Example
Text Example
White with #D08A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A03; }
p { color: rgb(208,138,3); }
H1.HeaderClassName
{
color: #D08A03;
}
.AnyTagClassName
{
color: #D08A03;
}
</style>
background-color css
<style>
a { background-color: #D08A03; }
a { background-color: rgb(208,138,3); }
div.DivClassName
{
background-color: #D08A03;
}
.BgClassName
{
background-color: #D08A03;
}
</style>
border-color css
<style>
span { border-color: #D08A03; }
span { border-color: rgb(208,138,3); }
td.TdClassName
{
border-color: #D08A03;
}
.TagClassName
{
border-color: #D08A03;
}
</style>