Shades of Dark Goldenrod #D38703
Tints of Dark Goldenrod #D38703
RGB
CMYK
RGB Variations
Color information
#D38703 (or 0xD38703) is known color: Dark Goldenrod. HEX triplet: D3, 87 and 03. RGB value is (211,135,3). Sum of RGB (Red+Green+Blue) = 211+135+3=349 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.46% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 211 - color contains mainly: red. Hex color #D38703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38703 is #2C78FC. Grayscale: #8F8F8F. Windows color (decimal): -2914557 or 231379. OLE color: 231379.
HSL color Cylindrical-coordinate representation of color #D38703: hue angle of 38.08º 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 #D38703 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 3 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.17 |
| HSL | 38.08º | 0.97% | 0.42% | - |
| HSV(B) | 38.08º | 0.99% | 0.83% | - |
| XYZ | 35.54 | 31.18 | 4.23 | - |
| YUV | 142.68 | 49.18 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 3 | 0 | 0.36 | 0.99 | 0.17 | 38.08 | 0.97 | 0.42 |
| Hex | D3 | 87 | 3 | 0 | 24 | 63 | 11 | 26 | 61 | 2A |
| Octal | 323 | 207 | 3 | 0 | 44 | 143 | 21 | 46 | 141 | 52 |
| Binary | 11010011 | 10000111 | 11 | 0 | 100100 | 1100011 | 10001 | 100110 | 1100001 | 101010 |
Color Harmonies of #D38703
Complementary color
Monochromatic Colors of #D38703
Black with #D38703
Text Example
Text Example
White with #D38703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38703; }
p { color: rgb(211,135,3); }
H1.HeaderClassName
{
color: #D38703;
}
.AnyTagClassName
{
color: #D38703;
}
</style>
background-color css
<style>
a { background-color: #D38703; }
a { background-color: rgb(211,135,3); }
div.DivClassName
{
background-color: #D38703;
}
.BgClassName
{
background-color: #D38703;
}
</style>
border-color css
<style>
span { border-color: #D38703; }
span { border-color: rgb(211,135,3); }
td.TdClassName
{
border-color: #D38703;
}
.TagClassName
{
border-color: #D38703;
}
</style>