Shades of Dark Goldenrod #C47607
Tints of Dark Goldenrod #C47607
RGB
CMYK
RGB Variations
Color information
#C47607 (or 0xC47607) is known color: Dark Goldenrod. HEX triplet: C4, 76 and 07. RGB value is (196,118,7). Sum of RGB (Red+Green+Blue) = 196+118+7=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C47607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47607 is #3B89F8. Grayscale: #818181. Windows color (decimal): -3901945 or 489156. OLE color: 489156.
HSL color Cylindrical-coordinate representation of color #C47607: hue angle of 35.24º 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 #C47607 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 7 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.23 |
| HSL | 35.24º | 0.93% | 0.4% | - |
| HSV(B) | 35.24º | 0.96% | 0.77% | - |
| XYZ | 29.28 | 24.71 | 3.43 | - |
| YUV | 128.67 | 59.34 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 7 | 0 | 0.40 | 0.96 | 0.23 | 35.24 | 0.93 | 0.4 |
| Hex | C4 | 76 | 7 | 0 | 28 | 60 | 17 | 23 | 5D | 28 |
| Octal | 304 | 166 | 7 | 0 | 50 | 140 | 27 | 43 | 135 | 50 |
| Binary | 11000100 | 1110110 | 111 | 0 | 101000 | 1100000 | 10111 | 100011 | 1011101 | 101000 |
Color Harmonies of #C47607
Complementary color
Monochromatic Colors of #C47607
Black with #C47607
Text Example
Text Example
White with #C47607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47607; }
p { color: rgb(196,118,7); }
H1.HeaderClassName
{
color: #C47607;
}
.AnyTagClassName
{
color: #C47607;
}
</style>
background-color css
<style>
a { background-color: #C47607; }
a { background-color: rgb(196,118,7); }
div.DivClassName
{
background-color: #C47607;
}
.BgClassName
{
background-color: #C47607;
}
</style>
border-color css
<style>
span { border-color: #C47607; }
span { border-color: rgb(196,118,7); }
td.TdClassName
{
border-color: #C47607;
}
.TagClassName
{
border-color: #C47607;
}
</style>