Shades of Dark Goldenrod #C47506
Tints of Dark Goldenrod #C47506
RGB
CMYK
RGB Variations
Color information
#C47506 (or 0xC47506) is known color: Dark Goldenrod. HEX triplet: C4, 75 and 06. RGB value is (196,117,6). Sum of RGB (Red+Green+Blue) = 196+117+6=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C47506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47506 is #3B8AF9. Grayscale: #808080. Windows color (decimal): -3902202 or 423364. OLE color: 423364.
HSL color Cylindrical-coordinate representation of color #C47506: hue angle of 35.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C47506 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.23 |
| HSL | 35.05º | 0.94% | 0.4% | - |
| HSV(B) | 35.05º | 0.97% | 0.77% | - |
| XYZ | 29.16 | 24.47 | 3.36 | - |
| YUV | 127.97 | 59.17 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 6 | 0 | 0.40 | 0.97 | 0.23 | 35.05 | 0.94 | 0.4 |
| Hex | C4 | 75 | 6 | 0 | 28 | 61 | 17 | 23 | 5E | 28 |
| Octal | 304 | 165 | 6 | 0 | 50 | 141 | 27 | 43 | 136 | 50 |
| Binary | 11000100 | 1110101 | 110 | 0 | 101000 | 1100001 | 10111 | 100011 | 1011110 | 101000 |
Color Harmonies of #C47506
Complementary color
Monochromatic Colors of #C47506
Black with #C47506
Text Example
Text Example
White with #C47506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47506; }
p { color: rgb(196,117,6); }
H1.HeaderClassName
{
color: #C47506;
}
.AnyTagClassName
{
color: #C47506;
}
</style>
background-color css
<style>
a { background-color: #C47506; }
a { background-color: rgb(196,117,6); }
div.DivClassName
{
background-color: #C47506;
}
.BgClassName
{
background-color: #C47506;
}
</style>
border-color css
<style>
span { border-color: #C47506; }
span { border-color: rgb(196,117,6); }
td.TdClassName
{
border-color: #C47506;
}
.TagClassName
{
border-color: #C47506;
}
</style>