Shades of Dark Goldenrod #C07A07
Tints of Dark Goldenrod #C07A07
RGB
CMYK
RGB Variations
Color information
#C07A07 (or 0xC07A07) is known color: Dark Goldenrod. HEX triplet: C0, 7A and 07. RGB value is (192,122,7). Sum of RGB (Red+Green+Blue) = 192+122+7=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A07 is #3F85F8. Grayscale: #828282. Windows color (decimal): -4163065 or 490176. OLE color: 490176.
HSL color Cylindrical-coordinate representation of color #C07A07: hue angle of 37.3º 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 #C07A07 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 7 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.25 |
| HSL | 37.3º | 0.93% | 0.39% | - |
| HSV(B) | 37.3º | 0.96% | 0.75% | - |
| XYZ | 28.74 | 25.14 | 3.54 | - |
| YUV | 129.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 7 | 0 | 0.36 | 0.96 | 0.25 | 37.3 | 0.93 | 0.39 |
| Hex | C0 | 7A | 7 | 0 | 24 | 60 | 19 | 25 | 5D | 27 |
| Octal | 300 | 172 | 7 | 0 | 44 | 140 | 31 | 45 | 135 | 47 |
| Binary | 11000000 | 1111010 | 111 | 0 | 100100 | 1100000 | 11001 | 100101 | 1011101 | 100111 |
Color Harmonies of #C07A07
Complementary color
Monochromatic Colors of #C07A07
Black with #C07A07
Text Example
Text Example
White with #C07A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A07; }
p { color: rgb(192,122,7); }
H1.HeaderClassName
{
color: #C07A07;
}
.AnyTagClassName
{
color: #C07A07;
}
</style>
background-color css
<style>
a { background-color: #C07A07; }
a { background-color: rgb(192,122,7); }
div.DivClassName
{
background-color: #C07A07;
}
.BgClassName
{
background-color: #C07A07;
}
</style>
border-color css
<style>
span { border-color: #C07A07; }
span { border-color: rgb(192,122,7); }
td.TdClassName
{
border-color: #C07A07;
}
.TagClassName
{
border-color: #C07A07;
}
</style>