Shades of Dark Goldenrod #C07C10
Tints of Dark Goldenrod #C07C10
RGB
CMYK
RGB Variations
Color information
#C07C10 (or 0xC07C10) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 10. RGB value is (192,124,16). Sum of RGB (Red+Green+Blue) = 192+124+16=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C10 is #3F83EF. Grayscale: #848484. Windows color (decimal): -4162544 or 1080512. OLE color: 1080512.
HSL color Cylindrical-coordinate representation of color #C07C10: hue angle of 36.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C07C10 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 16 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.25 |
| HSL | 36.82º | 0.85% | 0.41% | - |
| HSV(B) | 36.82º | 0.92% | 0.75% | - |
| XYZ | 29.04 | 25.66 | 3.91 | - |
| YUV | 132.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 16 | 0 | 0.35 | 0.92 | 0.25 | 36.82 | 0.85 | 0.41 |
| Hex | C0 | 7C | 10 | 0 | 23 | 5C | 19 | 25 | 55 | 29 |
| Octal | 300 | 174 | 20 | 0 | 43 | 134 | 31 | 45 | 125 | 51 |
| Binary | 11000000 | 1111100 | 10000 | 0 | 100011 | 1011100 | 11001 | 100101 | 1010101 | 101001 |
Color Harmonies of #C07C10
Complementary color
Monochromatic Colors of #C07C10
Black with #C07C10
Text Example
Text Example
White with #C07C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07C10; }
p { color: rgb(192,124,16); }
H1.HeaderClassName
{
color: #C07C10;
}
.AnyTagClassName
{
color: #C07C10;
}
</style>
background-color css
<style>
a { background-color: #C07C10; }
a { background-color: rgb(192,124,16); }
div.DivClassName
{
background-color: #C07C10;
}
.BgClassName
{
background-color: #C07C10;
}
</style>
border-color css
<style>
span { border-color: #C07C10; }
span { border-color: rgb(192,124,16); }
td.TdClassName
{
border-color: #C07C10;
}
.TagClassName
{
border-color: #C07C10;
}
</style>