Shades of Dark Goldenrod #C06F07
Tints of Dark Goldenrod #C06F07
RGB
CMYK
RGB Variations
Color information
#C06F07 (or 0xC06F07) is known color: Dark Goldenrod. HEX triplet: C0, 6F and 07. RGB value is (192,111,7). Sum of RGB (Red+Green+Blue) = 192+111+7=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06F07 is #3F90F8. Grayscale: #7B7B7B. Windows color (decimal): -4165881 or 487360. OLE color: 487360.
HSL color Cylindrical-coordinate representation of color #C06F07: hue angle of 33.73º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06F07 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 7 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.25 |
| HSL | 33.73º | 0.93% | 0.39% | - |
| HSV(B) | 33.73º | 0.96% | 0.75% | - |
| XYZ | 27.46 | 22.59 | 3.11 | - |
| YUV | 123.36 | 62.34 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 7 | 0 | 0.42 | 0.96 | 0.25 | 33.73 | 0.93 | 0.39 |
| Hex | C0 | 6F | 7 | 0 | 2A | 60 | 19 | 22 | 5D | 27 |
| Octal | 300 | 157 | 7 | 0 | 52 | 140 | 31 | 42 | 135 | 47 |
| Binary | 11000000 | 1101111 | 111 | 0 | 101010 | 1100000 | 11001 | 100010 | 1011101 | 100111 |
Color Harmonies of #C06F07
Complementary color
Monochromatic Colors of #C06F07
Black with #C06F07
Text Example
Text Example
White with #C06F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F07; }
p { color: rgb(192,111,7); }
H1.HeaderClassName
{
color: #C06F07;
}
.AnyTagClassName
{
color: #C06F07;
}
</style>
background-color css
<style>
a { background-color: #C06F07; }
a { background-color: rgb(192,111,7); }
div.DivClassName
{
background-color: #C06F07;
}
.BgClassName
{
background-color: #C06F07;
}
</style>
border-color css
<style>
span { border-color: #C06F07; }
span { border-color: rgb(192,111,7); }
td.TdClassName
{
border-color: #C06F07;
}
.TagClassName
{
border-color: #C06F07;
}
</style>