Shades of Dark Goldenrod #C07907
Tints of Dark Goldenrod #C07907
RGB
CMYK
RGB Variations
Color information
#C07907 (or 0xC07907) is known color: Dark Goldenrod. HEX triplet: C0, 79 and 07. RGB value is (192,121,7). Sum of RGB (Red+Green+Blue) = 192+121+7=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C07907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07907 is #3F86F8. Grayscale: #818181. Windows color (decimal): -4163321 or 489920. OLE color: 489920.
HSL color Cylindrical-coordinate representation of color #C07907: hue angle of 36.97º 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 #C07907 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 7 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.25 |
| HSL | 36.97º | 0.93% | 0.39% | - |
| HSV(B) | 36.97º | 0.96% | 0.75% | - |
| XYZ | 28.61 | 24.9 | 3.5 | - |
| YUV | 129.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 7 | 0 | 0.37 | 0.96 | 0.25 | 36.97 | 0.93 | 0.39 |
| Hex | C0 | 79 | 7 | 0 | 25 | 60 | 19 | 25 | 5D | 27 |
| Octal | 300 | 171 | 7 | 0 | 45 | 140 | 31 | 45 | 135 | 47 |
| Binary | 11000000 | 1111001 | 111 | 0 | 100101 | 1100000 | 11001 | 100101 | 1011101 | 100111 |
Color Harmonies of #C07907
Complementary color
Monochromatic Colors of #C07907
Black with #C07907
Text Example
Text Example
White with #C07907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07907; }
p { color: rgb(192,121,7); }
H1.HeaderClassName
{
color: #C07907;
}
.AnyTagClassName
{
color: #C07907;
}
</style>
background-color css
<style>
a { background-color: #C07907; }
a { background-color: rgb(192,121,7); }
div.DivClassName
{
background-color: #C07907;
}
.BgClassName
{
background-color: #C07907;
}
</style>
border-color css
<style>
span { border-color: #C07907; }
span { border-color: rgb(192,121,7); }
td.TdClassName
{
border-color: #C07907;
}
.TagClassName
{
border-color: #C07907;
}
</style>