Shades of Dark Goldenrod #C07505
Tints of Dark Goldenrod #C07505
RGB
CMYK
RGB Variations
Color information
#C07505 (or 0xC07505) is known color: Dark Goldenrod. HEX triplet: C0, 75 and 05. RGB value is (192,117,5). Sum of RGB (Red+Green+Blue) = 192+117+5=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07505 is #3F8AFA. Grayscale: #7F7F7F. Windows color (decimal): -4164347 or 357824. OLE color: 357824.
HSL color Cylindrical-coordinate representation of color #C07505: hue angle of 35.94º 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 #C07505 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.25 |
| HSL | 35.94º | 0.95% | 0.39% | - |
| HSV(B) | 35.94º | 0.97% | 0.75% | - |
| XYZ | 28.13 | 23.94 | 3.28 | - |
| YUV | 126.66 | 59.35 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 5 | 0 | 0.39 | 0.97 | 0.25 | 35.94 | 0.95 | 0.39 |
| Hex | C0 | 75 | 5 | 0 | 27 | 61 | 19 | 24 | 5F | 27 |
| Octal | 300 | 165 | 5 | 0 | 47 | 141 | 31 | 44 | 137 | 47 |
| Binary | 11000000 | 1110101 | 101 | 0 | 100111 | 1100001 | 11001 | 100100 | 1011111 | 100111 |
Color Harmonies of #C07505
Complementary color
Monochromatic Colors of #C07505
Black with #C07505
Text Example
Text Example
White with #C07505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07505; }
p { color: rgb(192,117,5); }
H1.HeaderClassName
{
color: #C07505;
}
.AnyTagClassName
{
color: #C07505;
}
</style>
background-color css
<style>
a { background-color: #C07505; }
a { background-color: rgb(192,117,5); }
div.DivClassName
{
background-color: #C07505;
}
.BgClassName
{
background-color: #C07505;
}
</style>
border-color css
<style>
span { border-color: #C07505; }
span { border-color: rgb(192,117,5); }
td.TdClassName
{
border-color: #C07505;
}
.TagClassName
{
border-color: #C07505;
}
</style>