Shades of Dark Goldenrod #C47A07
Tints of Dark Goldenrod #C47A07
RGB
CMYK
RGB Variations
Color information
#C47A07 (or 0xC47A07) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 07. RGB value is (196,122,7). Sum of RGB (Red+Green+Blue) = 196+122+7=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A07 is #3B85F8. Grayscale: #838383. Windows color (decimal): -3900921 or 490180. OLE color: 490180.
HSL color Cylindrical-coordinate representation of color #C47A07: hue angle of 36.51º 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 #C47A07 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 7 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.23 |
| HSL | 36.51º | 0.93% | 0.4% | - |
| HSV(B) | 36.51º | 0.96% | 0.77% | - |
| XYZ | 29.76 | 25.67 | 3.59 | - |
| YUV | 131.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 7 | 0 | 0.38 | 0.96 | 0.23 | 36.51 | 0.93 | 0.4 |
| Hex | C4 | 7A | 7 | 0 | 26 | 60 | 17 | 25 | 5D | 28 |
| Octal | 304 | 172 | 7 | 0 | 46 | 140 | 27 | 45 | 135 | 50 |
| Binary | 11000100 | 1111010 | 111 | 0 | 100110 | 1100000 | 10111 | 100101 | 1011101 | 101000 |
Color Harmonies of #C47A07
Complementary color
Monochromatic Colors of #C47A07
Black with #C47A07
Text Example
Text Example
White with #C47A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A07; }
p { color: rgb(196,122,7); }
H1.HeaderClassName
{
color: #C47A07;
}
.AnyTagClassName
{
color: #C47A07;
}
</style>
background-color css
<style>
a { background-color: #C47A07; }
a { background-color: rgb(196,122,7); }
div.DivClassName
{
background-color: #C47A07;
}
.BgClassName
{
background-color: #C47A07;
}
</style>
border-color css
<style>
span { border-color: #C47A07; }
span { border-color: rgb(196,122,7); }
td.TdClassName
{
border-color: #C47A07;
}
.TagClassName
{
border-color: #C47A07;
}
</style>