Shades of Dark Goldenrod #C08B05
Tints of Dark Goldenrod #C08B05
RGB
CMYK
RGB Variations
Color information
#C08B05 (or 0xC08B05) is known color: Dark Goldenrod. HEX triplet: C0, 8B and 05. RGB value is (192,139,5). Sum of RGB (Red+Green+Blue) = 192+139+5=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08B05 is #3F74FA. Grayscale: #8C8C8C. Windows color (decimal): -4158715 or 363456. OLE color: 363456.
HSL color Cylindrical-coordinate representation of color #C08B05: hue angle of 42.99º 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 #C08B05 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.25 |
| HSL | 42.99º | 0.95% | 0.39% | - |
| HSV(B) | 42.99º | 0.97% | 0.75% | - |
| XYZ | 31 | 29.68 | 4.24 | - |
| YUV | 139.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 5 | 0 | 0.28 | 0.97 | 0.25 | 42.99 | 0.95 | 0.39 |
| Hex | C0 | 8B | 5 | 0 | 1C | 61 | 19 | 2B | 5F | 27 |
| Octal | 300 | 213 | 5 | 0 | 34 | 141 | 31 | 53 | 137 | 47 |
| Binary | 11000000 | 10001011 | 101 | 0 | 11100 | 1100001 | 11001 | 101011 | 1011111 | 100111 |
Color Harmonies of #C08B05
Complementary color
Monochromatic Colors of #C08B05
Black with #C08B05
Text Example
Text Example
White with #C08B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08B05; }
p { color: rgb(192,139,5); }
H1.HeaderClassName
{
color: #C08B05;
}
.AnyTagClassName
{
color: #C08B05;
}
</style>
background-color css
<style>
a { background-color: #C08B05; }
a { background-color: rgb(192,139,5); }
div.DivClassName
{
background-color: #C08B05;
}
.BgClassName
{
background-color: #C08B05;
}
</style>
border-color css
<style>
span { border-color: #C08B05; }
span { border-color: rgb(192,139,5); }
td.TdClassName
{
border-color: #C08B05;
}
.TagClassName
{
border-color: #C08B05;
}
</style>