Shades of Dark Goldenrod #C0890C
Tints of Dark Goldenrod #C0890C
RGB
CMYK
RGB Variations
Color information
#C0890C (or 0xC0890C) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 0C. RGB value is (192,137,12). Sum of RGB (Red+Green+Blue) = 192+137+12=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0890C is #3F76F3. Grayscale: #8B8B8B. Windows color (decimal): -4159220 or 821696. OLE color: 821696.
HSL color Cylindrical-coordinate representation of color #C0890C: hue angle of 41.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0890C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 12 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.25 |
| HSL | 41.67º | 0.88% | 0.4% | - |
| HSV(B) | 41.67º | 0.94% | 0.75% | - |
| XYZ | 30.75 | 29.12 | 4.35 | - |
| YUV | 139.2 | 56.22 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 12 | 0 | 0.29 | 0.94 | 0.25 | 41.67 | 0.88 | 0.4 |
| Hex | C0 | 89 | C | 0 | 1D | 5E | 19 | 2A | 58 | 28 |
| Octal | 300 | 211 | 14 | 0 | 35 | 136 | 31 | 52 | 130 | 50 |
| Binary | 11000000 | 10001001 | 1100 | 0 | 11101 | 1011110 | 11001 | 101010 | 1011000 | 101000 |
Color Harmonies of #C0890C
Complementary color
Monochromatic Colors of #C0890C
Black with #C0890C
Text Example
Text Example
White with #C0890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0890C; }
p { color: rgb(192,137,12); }
H1.HeaderClassName
{
color: #C0890C;
}
.AnyTagClassName
{
color: #C0890C;
}
</style>
background-color css
<style>
a { background-color: #C0890C; }
a { background-color: rgb(192,137,12); }
div.DivClassName
{
background-color: #C0890C;
}
.BgClassName
{
background-color: #C0890C;
}
</style>
border-color css
<style>
span { border-color: #C0890C; }
span { border-color: rgb(192,137,12); }
td.TdClassName
{
border-color: #C0890C;
}
.TagClassName
{
border-color: #C0890C;
}
</style>