Shades of Dark Goldenrod #C07C02
Tints of Dark Goldenrod #C07C02
RGB
CMYK
RGB Variations
Color information
#C07C02 (or 0xC07C02) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 02. RGB value is (192,124,2). Sum of RGB (Red+Green+Blue) = 192+124+2=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C02 is #3F83FD. Grayscale: #828282. Windows color (decimal): -4162558 or 163008. OLE color: 163008.
HSL color Cylindrical-coordinate representation of color #C07C02: hue angle of 38.53º 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 #C07C02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.25 |
| HSL | 38.53º | 0.98% | 0.38% | - |
| HSV(B) | 38.53º | 0.99% | 0.75% | - |
| XYZ | 28.96 | 25.63 | 3.48 | - |
| YUV | 130.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 2 | 0 | 0.35 | 0.99 | 0.25 | 38.53 | 0.98 | 0.38 |
| Hex | C0 | 7C | 2 | 0 | 23 | 63 | 19 | 27 | 62 | 26 |
| Octal | 300 | 174 | 2 | 0 | 43 | 143 | 31 | 47 | 142 | 46 |
| Binary | 11000000 | 1111100 | 10 | 0 | 100011 | 1100011 | 11001 | 100111 | 1100010 | 100110 |
Color Harmonies of #C07C02
Complementary color
Monochromatic Colors of #C07C02
Black with #C07C02
Text Example
Text Example
White with #C07C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C02; }
p { color: rgb(192,124,2); }
H1.HeaderClassName
{
color: #C07C02;
}
.AnyTagClassName
{
color: #C07C02;
}
</style>
background-color css
<style>
a { background-color: #C07C02; }
a { background-color: rgb(192,124,2); }
div.DivClassName
{
background-color: #C07C02;
}
.BgClassName
{
background-color: #C07C02;
}
</style>
border-color css
<style>
span { border-color: #C07C02; }
span { border-color: rgb(192,124,2); }
td.TdClassName
{
border-color: #C07C02;
}
.TagClassName
{
border-color: #C07C02;
}
</style>