Shades of Dark Goldenrod #C06F00
Tints of Dark Goldenrod #C06F00
RGB
CMYK
RGB Variations
Color information
#C06F00 (or 0xC06F00) is known color: Dark Goldenrod. HEX triplet: C0, 6F and 00. RGB value is (192,111,0). Sum of RGB (Red+Green+Blue) = 192+111+0=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 111 (43.75% from 255 or 36.63% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F00 is #3F90FF. Grayscale: #7B7B7B. Windows color (decimal): -4165888 or 28608. OLE color: 28608.
HSL color Cylindrical-coordinate representation of color #C06F00: hue angle of 34.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 #C06F00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.25 |
| HSL | 34.69º | 1% | 0.38% | - |
| HSV(B) | 34.69º | 1% | 0.75% | - |
| XYZ | 27.42 | 22.58 | 2.91 | - |
| YUV | 122.57 | 58.84 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 0 | 0 | 0.42 | 1 | 0.25 | 34.69 | 1 | 0.38 |
| Hex | C0 | 6F | 0 | 0 | 2A | 64 | 19 | 23 | 64 | 26 |
| Octal | 300 | 157 | 0 | 0 | 52 | 144 | 31 | 43 | 144 | 46 |
| Binary | 11000000 | 1101111 | 0 | 0 | 101010 | 1100100 | 11001 | 100011 | 1100100 | 100110 |
Color Harmonies of #C06F00
Complementary color
Monochromatic Colors of #C06F00
Black with #C06F00
Text Example
Text Example
White with #C06F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F00; }
p { color: rgb(192,111,0); }
H1.HeaderClassName
{
color: #C06F00;
}
.AnyTagClassName
{
color: #C06F00;
}
</style>
background-color css
<style>
a { background-color: #C06F00; }
a { background-color: rgb(192,111,0); }
div.DivClassName
{
background-color: #C06F00;
}
.BgClassName
{
background-color: #C06F00;
}
</style>
border-color css
<style>
span { border-color: #C06F00; }
span { border-color: rgb(192,111,0); }
td.TdClassName
{
border-color: #C06F00;
}
.TagClassName
{
border-color: #C06F00;
}
</style>