Shades of Dark Goldenrod #C07305
Tints of Dark Goldenrod #C07305
RGB
CMYK
RGB Variations
Color information
#C07305 (or 0xC07305) is known color: Dark Goldenrod. HEX triplet: C0, 73 and 05. RGB value is (192,115,5). Sum of RGB (Red+Green+Blue) = 192+115+5=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C07305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07305 is #3F8CFA. Grayscale: #7D7D7D. Windows color (decimal): -4164859 or 357312. OLE color: 357312.
HSL color Cylindrical-coordinate representation of color #C07305: hue angle of 35.29º degrees, saturation: 0.95, 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 #C07305 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 5 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.25 |
| HSL | 35.29º | 0.95% | 0.39% | - |
| HSV(B) | 35.29º | 0.97% | 0.75% | - |
| XYZ | 27.9 | 23.48 | 3.21 | - |
| YUV | 125.48 | 60.01 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 5 | 0 | 0.40 | 0.97 | 0.25 | 35.29 | 0.95 | 0.39 |
| Hex | C0 | 73 | 5 | 0 | 28 | 61 | 19 | 23 | 5F | 27 |
| Octal | 300 | 163 | 5 | 0 | 50 | 141 | 31 | 43 | 137 | 47 |
| Binary | 11000000 | 1110011 | 101 | 0 | 101000 | 1100001 | 11001 | 100011 | 1011111 | 100111 |
Color Harmonies of #C07305
Complementary color
Monochromatic Colors of #C07305
Black with #C07305
Text Example
Text Example
White with #C07305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07305; }
p { color: rgb(192,115,5); }
H1.HeaderClassName
{
color: #C07305;
}
.AnyTagClassName
{
color: #C07305;
}
</style>
background-color css
<style>
a { background-color: #C07305; }
a { background-color: rgb(192,115,5); }
div.DivClassName
{
background-color: #C07305;
}
.BgClassName
{
background-color: #C07305;
}
</style>
border-color css
<style>
span { border-color: #C07305; }
span { border-color: rgb(192,115,5); }
td.TdClassName
{
border-color: #C07305;
}
.TagClassName
{
border-color: #C07305;
}
</style>