Shades of Dark Goldenrod #D38503
Tints of Dark Goldenrod #D38503
RGB
CMYK
RGB Variations
Color information
#D38503 (or 0xD38503) is known color: Dark Goldenrod. HEX triplet: D3, 85 and 03. RGB value is (211,133,3). Sum of RGB (Red+Green+Blue) = 211+133+3=347 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.81% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 211 - color contains mainly: red. Hex color #D38503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38503 is #2C7AFC. Grayscale: #8E8E8E. Windows color (decimal): -2915069 or 230867. OLE color: 230867.
HSL color Cylindrical-coordinate representation of color #D38503: hue angle of 37.5º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D38503 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 3 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.17 |
| HSL | 37.5º | 0.97% | 0.42% | - |
| HSV(B) | 37.5º | 0.99% | 0.83% | - |
| XYZ | 35.27 | 30.63 | 4.14 | - |
| YUV | 141.5 | 49.84 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 3 | 0 | 0.37 | 0.99 | 0.17 | 37.5 | 0.97 | 0.42 |
| Hex | D3 | 85 | 3 | 0 | 25 | 63 | 11 | 26 | 61 | 2A |
| Octal | 323 | 205 | 3 | 0 | 45 | 143 | 21 | 46 | 141 | 52 |
| Binary | 11010011 | 10000101 | 11 | 0 | 100101 | 1100011 | 10001 | 100110 | 1100001 | 101010 |
Color Harmonies of #D38503
Complementary color
Monochromatic Colors of #D38503
Black with #D38503
Text Example
Text Example
White with #D38503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38503; }
p { color: rgb(211,133,3); }
H1.HeaderClassName
{
color: #D38503;
}
.AnyTagClassName
{
color: #D38503;
}
</style>
background-color css
<style>
a { background-color: #D38503; }
a { background-color: rgb(211,133,3); }
div.DivClassName
{
background-color: #D38503;
}
.BgClassName
{
background-color: #D38503;
}
</style>
border-color css
<style>
span { border-color: #D38503; }
span { border-color: rgb(211,133,3); }
td.TdClassName
{
border-color: #D38503;
}
.TagClassName
{
border-color: #D38503;
}
</style>