Shades of Dark Goldenrod #C08605
Tints of Dark Goldenrod #C08605
RGB
CMYK
RGB Variations
Color information
#C08605 (or 0xC08605) is known color: Dark Goldenrod. HEX triplet: C0, 86 and 05. RGB value is (192,134,5). Sum of RGB (Red+Green+Blue) = 192+134+5=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C08605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08605 is #3F79FA. Grayscale: #898989. Windows color (decimal): -4159995 or 362176. OLE color: 362176.
HSL color Cylindrical-coordinate representation of color #C08605: hue angle of 41.39º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C08605 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 5 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.25 |
| HSL | 41.39º | 0.95% | 0.39% | - |
| HSV(B) | 41.39º | 0.97% | 0.75% | - |
| XYZ | 30.29 | 28.27 | 4 | - |
| YUV | 136.64 | 53.72 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 5 | 0 | 0.30 | 0.97 | 0.25 | 41.39 | 0.95 | 0.39 |
| Hex | C0 | 86 | 5 | 0 | 1E | 61 | 19 | 29 | 5F | 27 |
| Octal | 300 | 206 | 5 | 0 | 36 | 141 | 31 | 51 | 137 | 47 |
| Binary | 11000000 | 10000110 | 101 | 0 | 11110 | 1100001 | 11001 | 101001 | 1011111 | 100111 |
Color Harmonies of #C08605
Complementary color
Monochromatic Colors of #C08605
Black with #C08605
Text Example
Text Example
White with #C08605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08605; }
p { color: rgb(192,134,5); }
H1.HeaderClassName
{
color: #C08605;
}
.AnyTagClassName
{
color: #C08605;
}
</style>
background-color css
<style>
a { background-color: #C08605; }
a { background-color: rgb(192,134,5); }
div.DivClassName
{
background-color: #C08605;
}
.BgClassName
{
background-color: #C08605;
}
</style>
border-color css
<style>
span { border-color: #C08605; }
span { border-color: rgb(192,134,5); }
td.TdClassName
{
border-color: #C08605;
}
.TagClassName
{
border-color: #C08605;
}
</style>