Shades of Dark Goldenrod #C0890D
Tints of Dark Goldenrod #C0890D
RGB
CMYK
RGB Variations
Color information
#C0890D (or 0xC0890D) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 0D. RGB value is (192,137,13). Sum of RGB (Red+Green+Blue) = 192+137+13=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0890D is #3F76F2. Grayscale: #8B8B8B. Windows color (decimal): -4159219 or 887232. OLE color: 887232.
HSL color Cylindrical-coordinate representation of color #C0890D: hue angle of 41.56º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0890D is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 13 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.25 |
| HSL | 41.56º | 0.87% | 0.4% | - |
| HSV(B) | 41.56º | 0.93% | 0.75% | - |
| XYZ | 30.76 | 29.13 | 4.38 | - |
| YUV | 139.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 13 | 0 | 0.29 | 0.93 | 0.25 | 41.56 | 0.87 | 0.4 |
| Hex | C0 | 89 | D | 0 | 1D | 5D | 19 | 2A | 57 | 28 |
| Octal | 300 | 211 | 15 | 0 | 35 | 135 | 31 | 52 | 127 | 50 |
| Binary | 11000000 | 10001001 | 1101 | 0 | 11101 | 1011101 | 11001 | 101010 | 1010111 | 101000 |
Color Harmonies of #C0890D
Complementary color
Monochromatic Colors of #C0890D
Black with #C0890D
Text Example
Text Example
White with #C0890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0890D; }
p { color: rgb(192,137,13); }
H1.HeaderClassName
{
color: #C0890D;
}
.AnyTagClassName
{
color: #C0890D;
}
</style>
background-color css
<style>
a { background-color: #C0890D; }
a { background-color: rgb(192,137,13); }
div.DivClassName
{
background-color: #C0890D;
}
.BgClassName
{
background-color: #C0890D;
}
</style>
border-color css
<style>
span { border-color: #C0890D; }
span { border-color: rgb(192,137,13); }
td.TdClassName
{
border-color: #C0890D;
}
.TagClassName
{
border-color: #C0890D;
}
</style>