Shades of Dark Goldenrod #C07107
Tints of Dark Goldenrod #C07107
RGB
CMYK
RGB Variations
Color information
#C07107 (or 0xC07107) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 07. RGB value is (192,113,7). Sum of RGB (Red+Green+Blue) = 192+113+7=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C07107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07107 is #3F8EF8. Grayscale: #7D7D7D. Windows color (decimal): -4165369 or 487872. OLE color: 487872.
HSL color Cylindrical-coordinate representation of color #C07107: hue angle of 34.38º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C07107 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.25 |
| HSL | 34.38º | 0.93% | 0.39% | - |
| HSV(B) | 34.38º | 0.96% | 0.75% | - |
| XYZ | 27.68 | 23.03 | 3.19 | - |
| YUV | 124.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 7 | 0 | 0.41 | 0.96 | 0.25 | 34.38 | 0.93 | 0.39 |
| Hex | C0 | 71 | 7 | 0 | 29 | 60 | 19 | 22 | 5D | 27 |
| Octal | 300 | 161 | 7 | 0 | 51 | 140 | 31 | 42 | 135 | 47 |
| Binary | 11000000 | 1110001 | 111 | 0 | 101001 | 1100000 | 11001 | 100010 | 1011101 | 100111 |
Color Harmonies of #C07107
Complementary color
Monochromatic Colors of #C07107
Black with #C07107
Text Example
Text Example
White with #C07107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07107; }
p { color: rgb(192,113,7); }
H1.HeaderClassName
{
color: #C07107;
}
.AnyTagClassName
{
color: #C07107;
}
</style>
background-color css
<style>
a { background-color: #C07107; }
a { background-color: rgb(192,113,7); }
div.DivClassName
{
background-color: #C07107;
}
.BgClassName
{
background-color: #C07107;
}
</style>
border-color css
<style>
span { border-color: #C07107; }
span { border-color: rgb(192,113,7); }
td.TdClassName
{
border-color: #C07107;
}
.TagClassName
{
border-color: #C07107;
}
</style>