Shades of Dark Goldenrod #C08905
Tints of Dark Goldenrod #C08905
RGB
CMYK
RGB Variations
Color information
#C08905 (or 0xC08905) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 05. RGB value is (192,137,5). Sum of RGB (Red+Green+Blue) = 192+137+5=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C08905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08905 is #3F76FA. Grayscale: #8A8A8A. Windows color (decimal): -4159227 or 362944. OLE color: 362944.
HSL color Cylindrical-coordinate representation of color #C08905: hue angle of 42.35º 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 #C08905 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.25 |
| HSL | 42.35º | 0.95% | 0.39% | - |
| HSV(B) | 42.35º | 0.97% | 0.75% | - |
| XYZ | 30.71 | 29.11 | 4.14 | - |
| YUV | 138.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 5 | 0 | 0.29 | 0.97 | 0.25 | 42.35 | 0.95 | 0.39 |
| Hex | C0 | 89 | 5 | 0 | 1D | 61 | 19 | 2A | 5F | 27 |
| Octal | 300 | 211 | 5 | 0 | 35 | 141 | 31 | 52 | 137 | 47 |
| Binary | 11000000 | 10001001 | 101 | 0 | 11101 | 1100001 | 11001 | 101010 | 1011111 | 100111 |
Color Harmonies of #C08905
Complementary color
Monochromatic Colors of #C08905
Black with #C08905
Text Example
Text Example
White with #C08905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08905; }
p { color: rgb(192,137,5); }
H1.HeaderClassName
{
color: #C08905;
}
.AnyTagClassName
{
color: #C08905;
}
</style>
background-color css
<style>
a { background-color: #C08905; }
a { background-color: rgb(192,137,5); }
div.DivClassName
{
background-color: #C08905;
}
.BgClassName
{
background-color: #C08905;
}
</style>
border-color css
<style>
span { border-color: #C08905; }
span { border-color: rgb(192,137,5); }
td.TdClassName
{
border-color: #C08905;
}
.TagClassName
{
border-color: #C08905;
}
</style>