Shades of Dark Goldenrod #C47307
Tints of Dark Goldenrod #C47307
RGB
CMYK
RGB Variations
Color information
#C47307 (or 0xC47307) is known color: Dark Goldenrod. HEX triplet: C4, 73 and 07. RGB value is (196,115,7). Sum of RGB (Red+Green+Blue) = 196+115+7=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C47307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47307 is #3B8CF8. Grayscale: #7F7F7F. Windows color (decimal): -3902713 or 488388. OLE color: 488388.
HSL color Cylindrical-coordinate representation of color #C47307: hue angle of 34.29º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C47307 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.23 |
| HSL | 34.29º | 0.93% | 0.4% | - |
| HSV(B) | 34.29º | 0.96% | 0.77% | - |
| XYZ | 28.93 | 24.01 | 3.31 | - |
| YUV | 126.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 7 | 0 | 0.41 | 0.96 | 0.23 | 34.29 | 0.93 | 0.4 |
| Hex | C4 | 73 | 7 | 0 | 29 | 60 | 17 | 22 | 5D | 28 |
| Octal | 304 | 163 | 7 | 0 | 51 | 140 | 27 | 42 | 135 | 50 |
| Binary | 11000100 | 1110011 | 111 | 0 | 101001 | 1100000 | 10111 | 100010 | 1011101 | 101000 |
Color Harmonies of #C47307
Complementary color
Monochromatic Colors of #C47307
Black with #C47307
Text Example
Text Example
White with #C47307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47307; }
p { color: rgb(196,115,7); }
H1.HeaderClassName
{
color: #C47307;
}
.AnyTagClassName
{
color: #C47307;
}
</style>
background-color css
<style>
a { background-color: #C47307; }
a { background-color: rgb(196,115,7); }
div.DivClassName
{
background-color: #C47307;
}
.BgClassName
{
background-color: #C47307;
}
</style>
border-color css
<style>
span { border-color: #C47307; }
span { border-color: rgb(196,115,7); }
td.TdClassName
{
border-color: #C47307;
}
.TagClassName
{
border-color: #C47307;
}
</style>