Shades of Dark Goldenrod #D08403
Tints of Dark Goldenrod #D08403
RGB
CMYK
RGB Variations
Color information
#D08403 (or 0xD08403) is known color: Dark Goldenrod. HEX triplet: D0, 84 and 03. RGB value is (208,132,3). Sum of RGB (Red+Green+Blue) = 208+132+3=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D08403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08403 is #2F7BFC. Grayscale: #8C8C8C. Windows color (decimal): -3111933 or 230608. OLE color: 230608.
HSL color Cylindrical-coordinate representation of color #D08403: hue angle of 37.76º 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 #D08403 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.18 |
| HSL | 37.76º | 0.97% | 0.41% | - |
| HSV(B) | 37.76º | 0.99% | 0.82% | - |
| XYZ | 34.28 | 29.92 | 4.05 | - |
| YUV | 140.02 | 50.68 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 3 | 0 | 0.37 | 0.99 | 0.18 | 37.76 | 0.97 | 0.41 |
| Hex | D0 | 84 | 3 | 0 | 25 | 63 | 12 | 26 | 61 | 29 |
| Octal | 320 | 204 | 3 | 0 | 45 | 143 | 22 | 46 | 141 | 51 |
| Binary | 11010000 | 10000100 | 11 | 0 | 100101 | 1100011 | 10010 | 100110 | 1100001 | 101001 |
Color Harmonies of #D08403
Complementary color
Monochromatic Colors of #D08403
Black with #D08403
Text Example
Text Example
White with #D08403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08403; }
p { color: rgb(208,132,3); }
H1.HeaderClassName
{
color: #D08403;
}
.AnyTagClassName
{
color: #D08403;
}
</style>
background-color css
<style>
a { background-color: #D08403; }
a { background-color: rgb(208,132,3); }
div.DivClassName
{
background-color: #D08403;
}
.BgClassName
{
background-color: #D08403;
}
</style>
border-color css
<style>
span { border-color: #D08403; }
span { border-color: rgb(208,132,3); }
td.TdClassName
{
border-color: #D08403;
}
.TagClassName
{
border-color: #D08403;
}
</style>