Shades of Dark Goldenrod #C07F13
Tints of Dark Goldenrod #C07F13
RGB
CMYK
RGB Variations
Color information
#C07F13 (or 0xC07F13) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 13. RGB value is (192,127,19). Sum of RGB (Red+Green+Blue) = 192+127+19=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F13 is #3F80EC. Grayscale: #868686. Windows color (decimal): -4161773 or 1277888. OLE color: 1277888.
HSL color Cylindrical-coordinate representation of color #C07F13: hue angle of 37.46º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C07F13 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 19 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.25 |
| HSL | 37.46º | 0.82% | 0.41% | - |
| HSV(B) | 37.46º | 0.9% | 0.75% | - |
| XYZ | 29.45 | 26.43 | 4.17 | - |
| YUV | 134.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 19 | 0 | 0.34 | 0.90 | 0.25 | 37.46 | 0.82 | 0.41 |
| Hex | C0 | 7F | 13 | 0 | 22 | 5A | 19 | 25 | 52 | 29 |
| Octal | 300 | 177 | 23 | 0 | 42 | 132 | 31 | 45 | 122 | 51 |
| Binary | 11000000 | 1111111 | 10011 | 0 | 100010 | 1011010 | 11001 | 100101 | 1010010 | 101001 |
Color Harmonies of #C07F13
Complementary color
Monochromatic Colors of #C07F13
Black with #C07F13
Text Example
Text Example
White with #C07F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F13; }
p { color: rgb(192,127,19); }
H1.HeaderClassName
{
color: #C07F13;
}
.AnyTagClassName
{
color: #C07F13;
}
</style>
background-color css
<style>
a { background-color: #C07F13; }
a { background-color: rgb(192,127,19); }
div.DivClassName
{
background-color: #C07F13;
}
.BgClassName
{
background-color: #C07F13;
}
</style>
border-color css
<style>
span { border-color: #C07F13; }
span { border-color: rgb(192,127,19); }
td.TdClassName
{
border-color: #C07F13;
}
.TagClassName
{
border-color: #C07F13;
}
</style>