Shades of Dark Goldenrod #C07F00
Tints of Dark Goldenrod #C07F00
RGB
CMYK
RGB Variations
Color information
#C07F00 (or 0xC07F00) is known color: Dark Goldenrod. HEX triplet: C0, 7F and 00. RGB value is (192,127,0). Sum of RGB (Red+Green+Blue) = 192+127+0=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07F00 is #3F80FF. Grayscale: #848484. Windows color (decimal): -4161792 or 32704. OLE color: 32704.
HSL color Cylindrical-coordinate representation of color #C07F00: hue angle of 39.69º 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 #C07F00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.25 |
| HSL | 39.69º | 1% | 0.38% | - |
| HSV(B) | 39.69º | 1% | 0.75% | - |
| XYZ | 29.33 | 26.39 | 3.55 | - |
| YUV | 131.96 | 53.53 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 0 | 0 | 0.34 | 1 | 0.25 | 39.69 | 1 | 0.38 |
| Hex | C0 | 7F | 0 | 0 | 22 | 64 | 19 | 28 | 64 | 26 |
| Octal | 300 | 177 | 0 | 0 | 42 | 144 | 31 | 50 | 144 | 46 |
| Binary | 11000000 | 1111111 | 0 | 0 | 100010 | 1100100 | 11001 | 101000 | 1100100 | 100110 |
Color Harmonies of #C07F00
Complementary color
Monochromatic Colors of #C07F00
Black with #C07F00
Text Example
Text Example
White with #C07F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07F00; }
p { color: rgb(192,127,0); }
H1.HeaderClassName
{
color: #C07F00;
}
.AnyTagClassName
{
color: #C07F00;
}
</style>
background-color css
<style>
a { background-color: #C07F00; }
a { background-color: rgb(192,127,0); }
div.DivClassName
{
background-color: #C07F00;
}
.BgClassName
{
background-color: #C07F00;
}
</style>
border-color css
<style>
span { border-color: #C07F00; }
span { border-color: rgb(192,127,0); }
td.TdClassName
{
border-color: #C07F00;
}
.TagClassName
{
border-color: #C07F00;
}
</style>