Shades of Dark Goldenrod #C08607
Tints of Dark Goldenrod #C08607
RGB
CMYK
RGB Variations
Color information
#C08607 (or 0xC08607) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 07. RGB value is (192,134,7). Sum of RGB (Red+Green+Blue) = 192+134+7=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C08607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08607 is #3F79F8. Grayscale: #898989. Windows color (decimal): -4159993 or 493248. OLE color: 493248.
HSL color Cylindrical-coordinate representation of color #C08607: hue angle of 41.19º 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 #C08607 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 7 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.25 |
| HSL | 41.19º | 0.93% | 0.39% | - |
| HSV(B) | 41.19º | 0.96% | 0.75% | - |
| XYZ | 30.3 | 28.27 | 4.06 | - |
| YUV | 136.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 7 | 0 | 0.30 | 0.96 | 0.25 | 41.19 | 0.93 | 0.39 |
| Hex | C0 | 86 | 7 | 0 | 1E | 60 | 19 | 29 | 5D | 27 |
| Octal | 300 | 206 | 7 | 0 | 36 | 140 | 31 | 51 | 135 | 47 |
| Binary | 11000000 | 10000110 | 111 | 0 | 11110 | 1100000 | 11001 | 101001 | 1011101 | 100111 |
Color Harmonies of #C08607
Complementary color
Monochromatic Colors of #C08607
Black with #C08607
Text Example
Text Example
White with #C08607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08607; }
p { color: rgb(192,134,7); }
H1.HeaderClassName
{
color: #C08607;
}
.AnyTagClassName
{
color: #C08607;
}
</style>
background-color css
<style>
a { background-color: #C08607; }
a { background-color: rgb(192,134,7); }
div.DivClassName
{
background-color: #C08607;
}
.BgClassName
{
background-color: #C08607;
}
</style>
border-color css
<style>
span { border-color: #C08607; }
span { border-color: rgb(192,134,7); }
td.TdClassName
{
border-color: #C08607;
}
.TagClassName
{
border-color: #C08607;
}
</style>