Shades of Dark Goldenrod #C08D05
Tints of Dark Goldenrod #C08D05
RGB
CMYK
RGB Variations
Color information
#C08D05 (or 0xC08D05) is known color: Dark Goldenrod. HEX triplet: C0, 8D and 05. RGB value is (192,141,5). Sum of RGB (Red+Green+Blue) = 192+141+5=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08D05 is #3F72FA. Grayscale: #8D8D8D. Windows color (decimal): -4158203 or 363968. OLE color: 363968.
HSL color Cylindrical-coordinate representation of color #C08D05: hue angle of 43.64º 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 #C08D05 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 5 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.25 |
| HSL | 43.64º | 0.95% | 0.39% | - |
| HSV(B) | 43.64º | 0.97% | 0.75% | - |
| XYZ | 31.29 | 30.27 | 4.34 | - |
| YUV | 140.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 5 | 0 | 0.27 | 0.97 | 0.25 | 43.64 | 0.95 | 0.39 |
| Hex | C0 | 8D | 5 | 0 | 1B | 61 | 19 | 2C | 5F | 27 |
| Octal | 300 | 215 | 5 | 0 | 33 | 141 | 31 | 54 | 137 | 47 |
| Binary | 11000000 | 10001101 | 101 | 0 | 11011 | 1100001 | 11001 | 101100 | 1011111 | 100111 |
Color Harmonies of #C08D05
Complementary color
Monochromatic Colors of #C08D05
Black with #C08D05
Text Example
Text Example
White with #C08D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D05; }
p { color: rgb(192,141,5); }
H1.HeaderClassName
{
color: #C08D05;
}
.AnyTagClassName
{
color: #C08D05;
}
</style>
background-color css
<style>
a { background-color: #C08D05; }
a { background-color: rgb(192,141,5); }
div.DivClassName
{
background-color: #C08D05;
}
.BgClassName
{
background-color: #C08D05;
}
</style>
border-color css
<style>
span { border-color: #C08D05; }
span { border-color: rgb(192,141,5); }
td.TdClassName
{
border-color: #C08D05;
}
.TagClassName
{
border-color: #C08D05;
}
</style>