Shades of Dark Goldenrod #C07C14
Tints of Dark Goldenrod #C07C14
RGB
CMYK
RGB Variations
Color information
#C07C14 (or 0xC07C14) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 14. RGB value is (192,124,20). Sum of RGB (Red+Green+Blue) = 192+124+20=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C14 is #3F83EB. Grayscale: #848484. Windows color (decimal): -4162540 or 1342656. OLE color: 1342656.
HSL color Cylindrical-coordinate representation of color #C07C14: hue angle of 36.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07C14 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 20 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.25 |
| HSL | 36.28º | 0.81% | 0.42% | - |
| HSV(B) | 36.28º | 0.9% | 0.75% | - |
| XYZ | 29.07 | 25.67 | 4.08 | - |
| YUV | 132.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 20 | 0 | 0.35 | 0.90 | 0.25 | 36.28 | 0.81 | 0.42 |
| Hex | C0 | 7C | 14 | 0 | 23 | 5A | 19 | 24 | 51 | 2A |
| Octal | 300 | 174 | 24 | 0 | 43 | 132 | 31 | 44 | 121 | 52 |
| Binary | 11000000 | 1111100 | 10100 | 0 | 100011 | 1011010 | 11001 | 100100 | 1010001 | 101010 |
Color Harmonies of #C07C14
Complementary color
Monochromatic Colors of #C07C14
Black with #C07C14
Text Example
Text Example
White with #C07C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C14; }
p { color: rgb(192,124,20); }
H1.HeaderClassName
{
color: #C07C14;
}
.AnyTagClassName
{
color: #C07C14;
}
</style>
background-color css
<style>
a { background-color: #C07C14; }
a { background-color: rgb(192,124,20); }
div.DivClassName
{
background-color: #C07C14;
}
.BgClassName
{
background-color: #C07C14;
}
</style>
border-color css
<style>
span { border-color: #C07C14; }
span { border-color: rgb(192,124,20); }
td.TdClassName
{
border-color: #C07C14;
}
.TagClassName
{
border-color: #C07C14;
}
</style>