Shades of Dark Goldenrod #C07A02
Tints of Dark Goldenrod #C07A02
RGB
CMYK
RGB Variations
Color information
#C07A02 (or 0xC07A02) is known color: Dark Goldenrod. HEX triplet: C0, 7A and 02. RGB value is (192,122,2). Sum of RGB (Red+Green+Blue) = 192+122+2=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07A02 is #3F85FD. Grayscale: #818181. Windows color (decimal): -4163070 or 162496. OLE color: 162496.
HSL color Cylindrical-coordinate representation of color #C07A02: hue angle of 37.89º 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 #C07A02 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 2 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.25 |
| HSL | 37.89º | 0.98% | 0.38% | - |
| HSV(B) | 37.89º | 0.99% | 0.75% | - |
| XYZ | 28.71 | 25.13 | 3.39 | - |
| YUV | 129.25 | 56.19 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 2 | 0 | 0.36 | 0.99 | 0.25 | 37.89 | 0.98 | 0.38 |
| Hex | C0 | 7A | 2 | 0 | 24 | 63 | 19 | 26 | 62 | 26 |
| Octal | 300 | 172 | 2 | 0 | 44 | 143 | 31 | 46 | 142 | 46 |
| Binary | 11000000 | 1111010 | 10 | 0 | 100100 | 1100011 | 11001 | 100110 | 1100010 | 100110 |
Color Harmonies of #C07A02
Complementary color
Monochromatic Colors of #C07A02
Black with #C07A02
Text Example
Text Example
White with #C07A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A02; }
p { color: rgb(192,122,2); }
H1.HeaderClassName
{
color: #C07A02;
}
.AnyTagClassName
{
color: #C07A02;
}
</style>
background-color css
<style>
a { background-color: #C07A02; }
a { background-color: rgb(192,122,2); }
div.DivClassName
{
background-color: #C07A02;
}
.BgClassName
{
background-color: #C07A02;
}
</style>
border-color css
<style>
span { border-color: #C07A02; }
span { border-color: rgb(192,122,2); }
td.TdClassName
{
border-color: #C07A02;
}
.TagClassName
{
border-color: #C07A02;
}
</style>