Shades of Dark Goldenrod #D38605
Tints of Dark Goldenrod #D38605
RGB
CMYK
RGB Variations
Color information
#D38605 (or 0xD38605) is known color: Dark Goldenrod. HEX triplet: D3, 86 and 05. RGB value is (211,134,5). Sum of RGB (Red+Green+Blue) = 211+134+5=350 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 211 - color contains mainly: red. Hex color #D38605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38605 is #2C79FA. Grayscale: #8E8E8E. Windows color (decimal): -2914811 or 362195. OLE color: 362195.
HSL color Cylindrical-coordinate representation of color #D38605: hue angle of 37.57º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D38605 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 134 | 5 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.17 |
| HSL | 37.57º | 0.95% | 0.42% | - |
| HSV(B) | 37.57º | 0.98% | 0.83% | - |
| XYZ | 35.42 | 30.91 | 4.24 | - |
| YUV | 142.32 | 50.51 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 5 | 0 | 0.36 | 0.98 | 0.17 | 37.57 | 0.95 | 0.42 |
| Hex | D3 | 86 | 5 | 0 | 24 | 62 | 11 | 26 | 5F | 2A |
| Octal | 323 | 206 | 5 | 0 | 44 | 142 | 21 | 46 | 137 | 52 |
| Binary | 11010011 | 10000110 | 101 | 0 | 100100 | 1100010 | 10001 | 100110 | 1011111 | 101010 |
Color Harmonies of #D38605
Complementary color
Monochromatic Colors of #D38605
Black with #D38605
Text Example
Text Example
White with #D38605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38605; }
p { color: rgb(211,134,5); }
H1.HeaderClassName
{
color: #D38605;
}
.AnyTagClassName
{
color: #D38605;
}
</style>
background-color css
<style>
a { background-color: #D38605; }
a { background-color: rgb(211,134,5); }
div.DivClassName
{
background-color: #D38605;
}
.BgClassName
{
background-color: #D38605;
}
</style>
border-color css
<style>
span { border-color: #D38605; }
span { border-color: rgb(211,134,5); }
td.TdClassName
{
border-color: #D38605;
}
.TagClassName
{
border-color: #D38605;
}
</style>