Shades of Dark Goldenrod #C07306
Tints of Dark Goldenrod #C07306
RGB
CMYK
RGB Variations
Color information
#C07306 (or 0xC07306) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 06. RGB value is (192,115,6). Sum of RGB (Red+Green+Blue) = 192+115+6=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C07306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07306 is #3F8CF9. Grayscale: #7E7E7E. Windows color (decimal): -4164858 or 422848. OLE color: 422848.
HSL color Cylindrical-coordinate representation of color #C07306: hue angle of 35.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C07306 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.25 |
| HSL | 35.16º | 0.94% | 0.39% | - |
| HSV(B) | 35.16º | 0.97% | 0.75% | - |
| XYZ | 27.9 | 23.48 | 3.23 | - |
| YUV | 125.6 | 60.51 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 6 | 0 | 0.40 | 0.97 | 0.25 | 35.16 | 0.94 | 0.39 |
| Hex | C0 | 73 | 6 | 0 | 28 | 61 | 19 | 23 | 5E | 27 |
| Octal | 300 | 163 | 6 | 0 | 50 | 141 | 31 | 43 | 136 | 47 |
| Binary | 11000000 | 1110011 | 110 | 0 | 101000 | 1100001 | 11001 | 100011 | 1011110 | 100111 |
Color Harmonies of #C07306
Complementary color
Monochromatic Colors of #C07306
Black with #C07306
Text Example
Text Example
White with #C07306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07306; }
p { color: rgb(192,115,6); }
H1.HeaderClassName
{
color: #C07306;
}
.AnyTagClassName
{
color: #C07306;
}
</style>
background-color css
<style>
a { background-color: #C07306; }
a { background-color: rgb(192,115,6); }
div.DivClassName
{
background-color: #C07306;
}
.BgClassName
{
background-color: #C07306;
}
</style>
border-color css
<style>
span { border-color: #C07306; }
span { border-color: rgb(192,115,6); }
td.TdClassName
{
border-color: #C07306;
}
.TagClassName
{
border-color: #C07306;
}
</style>