Shades of Dark Goldenrod #D38407
Tints of Dark Goldenrod #D38407
RGB
CMYK
RGB Variations
Color information
#D38407 (or 0xD38407) is known color: Dark Goldenrod. HEX triplet: D3, 84 and 07. RGB value is (211,132,7). Sum of RGB (Red+Green+Blue) = 211+132+7=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D38407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38407 is #2C7BF8. Grayscale: #8D8D8D. Windows color (decimal): -2915321 or 492755. OLE color: 492755.
HSL color Cylindrical-coordinate representation of color #D38407: hue angle of 36.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D38407 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 7 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.17 |
| HSL | 36.76º | 0.94% | 0.43% | - |
| HSV(B) | 36.76º | 0.97% | 0.83% | - |
| XYZ | 35.15 | 30.37 | 4.21 | - |
| YUV | 141.37 | 52.17 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 7 | 0 | 0.37 | 0.97 | 0.17 | 36.76 | 0.94 | 0.43 |
| Hex | D3 | 84 | 7 | 0 | 25 | 61 | 11 | 25 | 5E | 2B |
| Octal | 323 | 204 | 7 | 0 | 45 | 141 | 21 | 45 | 136 | 53 |
| Binary | 11010011 | 10000100 | 111 | 0 | 100101 | 1100001 | 10001 | 100101 | 1011110 | 101011 |
Color Harmonies of #D38407
Complementary color
Monochromatic Colors of #D38407
Black with #D38407
Text Example
Text Example
White with #D38407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38407; }
p { color: rgb(211,132,7); }
H1.HeaderClassName
{
color: #D38407;
}
.AnyTagClassName
{
color: #D38407;
}
</style>
background-color css
<style>
a { background-color: #D38407; }
a { background-color: rgb(211,132,7); }
div.DivClassName
{
background-color: #D38407;
}
.BgClassName
{
background-color: #D38407;
}
</style>
border-color css
<style>
span { border-color: #D38407; }
span { border-color: rgb(211,132,7); }
td.TdClassName
{
border-color: #D38407;
}
.TagClassName
{
border-color: #D38407;
}
</style>