Shades of Dark Goldenrod #C07602
Tints of Dark Goldenrod #C07602
RGB
CMYK
RGB Variations
Color information
#C07602 (or 0xC07602) is known color: Dark Goldenrod. HEX triplet: C0, 76 and 02. RGB value is (192,118,2). Sum of RGB (Red+Green+Blue) = 192+118+2=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C07602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07602 is #3F89FD. Grayscale: #7F7F7F. Windows color (decimal): -4164094 or 161472. OLE color: 161472.
HSL color Cylindrical-coordinate representation of color #C07602: hue angle of 36.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C07602 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 2 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.25 |
| HSL | 36.63º | 0.98% | 0.38% | - |
| HSV(B) | 36.63º | 0.99% | 0.75% | - |
| XYZ | 28.23 | 24.17 | 3.23 | - |
| YUV | 126.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 2 | 0 | 0.39 | 0.99 | 0.25 | 36.63 | 0.98 | 0.38 |
| Hex | C0 | 76 | 2 | 0 | 27 | 63 | 19 | 25 | 62 | 26 |
| Octal | 300 | 166 | 2 | 0 | 47 | 143 | 31 | 45 | 142 | 46 |
| Binary | 11000000 | 1110110 | 10 | 0 | 100111 | 1100011 | 11001 | 100101 | 1100010 | 100110 |
Color Harmonies of #C07602
Complementary color
Monochromatic Colors of #C07602
Black with #C07602
Text Example
Text Example
White with #C07602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07602; }
p { color: rgb(192,118,2); }
H1.HeaderClassName
{
color: #C07602;
}
.AnyTagClassName
{
color: #C07602;
}
</style>
background-color css
<style>
a { background-color: #C07602; }
a { background-color: rgb(192,118,2); }
div.DivClassName
{
background-color: #C07602;
}
.BgClassName
{
background-color: #C07602;
}
</style>
border-color css
<style>
span { border-color: #C07602; }
span { border-color: rgb(192,118,2); }
td.TdClassName
{
border-color: #C07602;
}
.TagClassName
{
border-color: #C07602;
}
</style>