Shades of Dark Goldenrod #D08903
Tints of Dark Goldenrod #D08903
RGB
CMYK
RGB Variations
Color information
#D08903 (or 0xD08903) is known color: Dark Goldenrod. HEX triplet: D0, 89 and 03. RGB value is (208,137,3). Sum of RGB (Red+Green+Blue) = 208+137+3=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D08903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08903 is #2F76FC. Grayscale: #8F8F8F. Windows color (decimal): -3110653 or 231888. OLE color: 231888.
HSL color Cylindrical-coordinate representation of color #D08903: hue angle of 39.22º 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 #D08903 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.18 |
| HSL | 39.22º | 0.97% | 0.41% | - |
| HSV(B) | 39.22º | 0.99% | 0.82% | - |
| XYZ | 34.97 | 31.31 | 4.29 | - |
| YUV | 142.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 3 | 0 | 0.34 | 0.99 | 0.18 | 39.22 | 0.97 | 0.41 |
| Hex | D0 | 89 | 3 | 0 | 22 | 63 | 12 | 27 | 61 | 29 |
| Octal | 320 | 211 | 3 | 0 | 42 | 143 | 22 | 47 | 141 | 51 |
| Binary | 11010000 | 10001001 | 11 | 0 | 100010 | 1100011 | 10010 | 100111 | 1100001 | 101001 |
Color Harmonies of #D08903
Complementary color
Monochromatic Colors of #D08903
Black with #D08903
Text Example
Text Example
White with #D08903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08903; }
p { color: rgb(208,137,3); }
H1.HeaderClassName
{
color: #D08903;
}
.AnyTagClassName
{
color: #D08903;
}
</style>
background-color css
<style>
a { background-color: #D08903; }
a { background-color: rgb(208,137,3); }
div.DivClassName
{
background-color: #D08903;
}
.BgClassName
{
background-color: #D08903;
}
</style>
border-color css
<style>
span { border-color: #D08903; }
span { border-color: rgb(208,137,3); }
td.TdClassName
{
border-color: #D08903;
}
.TagClassName
{
border-color: #D08903;
}
</style>