Shades of Dark Goldenrod #C47306
Tints of Dark Goldenrod #C47306
RGB
CMYK
RGB Variations
Color information
#C47306 (or 0xC47306) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 06. RGB value is (196,115,6). Sum of RGB (Red+Green+Blue) = 196+115+6=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C47306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47306 is #3B8CF9. Grayscale: #7F7F7F. Windows color (decimal): -3902714 or 422852. OLE color: 422852.
HSL color Cylindrical-coordinate representation of color #C47306: hue angle of 34.42º 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 #C47306 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 6 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.23 |
| HSL | 34.42º | 0.94% | 0.4% | - |
| HSV(B) | 34.42º | 0.97% | 0.77% | - |
| XYZ | 28.93 | 24.01 | 3.28 | - |
| YUV | 126.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 6 | 0 | 0.41 | 0.97 | 0.23 | 34.42 | 0.94 | 0.4 |
| Hex | C4 | 73 | 6 | 0 | 29 | 61 | 17 | 22 | 5E | 28 |
| Octal | 304 | 163 | 6 | 0 | 51 | 141 | 27 | 42 | 136 | 50 |
| Binary | 11000100 | 1110011 | 110 | 0 | 101001 | 1100001 | 10111 | 100010 | 1011110 | 101000 |
Color Harmonies of #C47306
Complementary color
Monochromatic Colors of #C47306
Black with #C47306
Text Example
Text Example
White with #C47306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47306; }
p { color: rgb(196,115,6); }
H1.HeaderClassName
{
color: #C47306;
}
.AnyTagClassName
{
color: #C47306;
}
</style>
background-color css
<style>
a { background-color: #C47306; }
a { background-color: rgb(196,115,6); }
div.DivClassName
{
background-color: #C47306;
}
.BgClassName
{
background-color: #C47306;
}
</style>
border-color css
<style>
span { border-color: #C47306; }
span { border-color: rgb(196,115,6); }
td.TdClassName
{
border-color: #C47306;
}
.TagClassName
{
border-color: #C47306;
}
</style>