Shades of Dark Goldenrod #C08D15
Tints of Dark Goldenrod #C08D15
RGB
CMYK
RGB Variations
Color information
#C08D15 (or 0xC08D15) is known color: Dark Goldenrod. HEX triplet: C0, 8D and 15. RGB value is (192,141,21). Sum of RGB (Red+Green+Blue) = 192+141+21=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08D15 is #3F72EA. Grayscale: #8F8F8F. Windows color (decimal): -4158187 or 1412544. OLE color: 1412544.
HSL color Cylindrical-coordinate representation of color #C08D15: hue angle of 42.11º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C08D15 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 21 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.25 |
| HSL | 42.11º | 0.8% | 0.42% | - |
| HSV(B) | 42.11º | 0.89% | 0.75% | - |
| XYZ | 31.4 | 30.31 | 4.91 | - |
| YUV | 142.57 | 59.4 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 21 | 0 | 0.27 | 0.89 | 0.25 | 42.11 | 0.8 | 0.42 |
| Hex | C0 | 8D | 15 | 0 | 1B | 59 | 19 | 2A | 50 | 2A |
| Octal | 300 | 215 | 25 | 0 | 33 | 131 | 31 | 52 | 120 | 52 |
| Binary | 11000000 | 10001101 | 10101 | 0 | 11011 | 1011001 | 11001 | 101010 | 1010000 | 101010 |
Color Harmonies of #C08D15
Complementary color
Monochromatic Colors of #C08D15
Black with #C08D15
Text Example
Text Example
White with #C08D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D15; }
p { color: rgb(192,141,21); }
H1.HeaderClassName
{
color: #C08D15;
}
.AnyTagClassName
{
color: #C08D15;
}
</style>
background-color css
<style>
a { background-color: #C08D15; }
a { background-color: rgb(192,141,21); }
div.DivClassName
{
background-color: #C08D15;
}
.BgClassName
{
background-color: #C08D15;
}
</style>
border-color css
<style>
span { border-color: #C08D15; }
span { border-color: rgb(192,141,21); }
td.TdClassName
{
border-color: #C08D15;
}
.TagClassName
{
border-color: #C08D15;
}
</style>