Shades of Dark Goldenrod #C07100
Tints of Dark Goldenrod #C07100
RGB
CMYK
RGB Variations
Color information
#C07100 (or 0xC07100) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 00. RGB value is (192,113,0). Sum of RGB (Red+Green+Blue) = 192+113+0=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C07100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07100 is #3F8EFF. Grayscale: #7C7C7C. Windows color (decimal): -4165376 or 29120. OLE color: 29120.
HSL color Cylindrical-coordinate representation of color #C07100: hue angle of 35.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C07100 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.25 |
| HSL | 35.31º | 1% | 0.38% | - |
| HSV(B) | 35.31º | 1% | 0.75% | - |
| XYZ | 27.64 | 23.02 | 2.99 | - |
| YUV | 123.74 | 58.17 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 0 | 0 | 0.41 | 1 | 0.25 | 35.31 | 1 | 0.38 |
| Hex | C0 | 71 | 0 | 0 | 29 | 64 | 19 | 23 | 64 | 26 |
| Octal | 300 | 161 | 0 | 0 | 51 | 144 | 31 | 43 | 144 | 46 |
| Binary | 11000000 | 1110001 | 0 | 0 | 101001 | 1100100 | 11001 | 100011 | 1100100 | 100110 |
Color Harmonies of #C07100
Complementary color
Monochromatic Colors of #C07100
Black with #C07100
Text Example
Text Example
White with #C07100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07100; }
p { color: rgb(192,113,0); }
H1.HeaderClassName
{
color: #C07100;
}
.AnyTagClassName
{
color: #C07100;
}
</style>
background-color css
<style>
a { background-color: #C07100; }
a { background-color: rgb(192,113,0); }
div.DivClassName
{
background-color: #C07100;
}
.BgClassName
{
background-color: #C07100;
}
</style>
border-color css
<style>
span { border-color: #C07100; }
span { border-color: rgb(192,113,0); }
td.TdClassName
{
border-color: #C07100;
}
.TagClassName
{
border-color: #C07100;
}
</style>