Shades of Dark Goldenrod #C07C03
Tints of Dark Goldenrod #C07C03
RGB
CMYK
RGB Variations
Color information
#C07C03 (or 0xC07C03) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 03. RGB value is (192,124,3). Sum of RGB (Red+Green+Blue) = 192+124+3=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C03 is #3F83FC. Grayscale: #838383. Windows color (decimal): -4162557 or 228544. OLE color: 228544.
HSL color Cylindrical-coordinate representation of color #C07C03: hue angle of 38.41º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C07C03 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 3 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.25 |
| HSL | 38.41º | 0.97% | 0.38% | - |
| HSV(B) | 38.41º | 0.98% | 0.75% | - |
| XYZ | 28.96 | 25.63 | 3.51 | - |
| YUV | 130.54 | 56.03 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 3 | 0 | 0.35 | 0.98 | 0.25 | 38.41 | 0.97 | 0.38 |
| Hex | C0 | 7C | 3 | 0 | 23 | 62 | 19 | 26 | 61 | 26 |
| Octal | 300 | 174 | 3 | 0 | 43 | 142 | 31 | 46 | 141 | 46 |
| Binary | 11000000 | 1111100 | 11 | 0 | 100011 | 1100010 | 11001 | 100110 | 1100001 | 100110 |
Color Harmonies of #C07C03
Complementary color
Monochromatic Colors of #C07C03
Black with #C07C03
Text Example
Text Example
White with #C07C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C03; }
p { color: rgb(192,124,3); }
H1.HeaderClassName
{
color: #C07C03;
}
.AnyTagClassName
{
color: #C07C03;
}
</style>
background-color css
<style>
a { background-color: #C07C03; }
a { background-color: rgb(192,124,3); }
div.DivClassName
{
background-color: #C07C03;
}
.BgClassName
{
background-color: #C07C03;
}
</style>
border-color css
<style>
span { border-color: #C07C03; }
span { border-color: rgb(192,124,3); }
td.TdClassName
{
border-color: #C07C03;
}
.TagClassName
{
border-color: #C07C03;
}
</style>