Shades of Dark Goldenrod #C08D18
Tints of Dark Goldenrod #C08D18
RGB
CMYK
RGB Variations
Color information
#C08D18 (or 0xC08D18) is known color: Dark Goldenrod. HEX triplet: C0, 8D and 18. RGB value is (192,141,24). Sum of RGB (Red+Green+Blue) = 192+141+24=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C08D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08D18 is #3F72E7. Grayscale: #8F8F8F. Windows color (decimal): -4158184 or 1609152. OLE color: 1609152.
HSL color Cylindrical-coordinate representation of color #C08D18: hue angle of 41.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C08D18 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 24 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.25 |
| HSL | 41.79º | 0.78% | 0.42% | - |
| HSV(B) | 41.79º | 0.88% | 0.75% | - |
| XYZ | 31.43 | 30.32 | 5.06 | - |
| YUV | 142.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 24 | 0 | 0.27 | 0.88 | 0.25 | 41.79 | 0.78 | 0.42 |
| Hex | C0 | 8D | 18 | 0 | 1B | 58 | 19 | 2A | 4E | 2A |
| Octal | 300 | 215 | 30 | 0 | 33 | 130 | 31 | 52 | 116 | 52 |
| Binary | 11000000 | 10001101 | 11000 | 0 | 11011 | 1011000 | 11001 | 101010 | 1001110 | 101010 |
Color Harmonies of #C08D18
Complementary color
Monochromatic Colors of #C08D18
Black with #C08D18
Text Example
Text Example
White with #C08D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08D18; }
p { color: rgb(192,141,24); }
H1.HeaderClassName
{
color: #C08D18;
}
.AnyTagClassName
{
color: #C08D18;
}
</style>
background-color css
<style>
a { background-color: #C08D18; }
a { background-color: rgb(192,141,24); }
div.DivClassName
{
background-color: #C08D18;
}
.BgClassName
{
background-color: #C08D18;
}
</style>
border-color css
<style>
span { border-color: #C08D18; }
span { border-color: rgb(192,141,24); }
td.TdClassName
{
border-color: #C08D18;
}
.TagClassName
{
border-color: #C08D18;
}
</style>