Shades of Dark Goldenrod #C0880D
Tints of Dark Goldenrod #C0880D
RGB
CMYK
RGB Variations
Color information
#C0880D (or 0xC0880D) is known color: Dark Goldenrod. HEX triplet: C0, 88 and 0D. RGB value is (192,136,13). Sum of RGB (Red+Green+Blue) = 192+136+13=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0880D is #3F77F2. Grayscale: #8B8B8B. Windows color (decimal): -4159475 or 886976. OLE color: 886976.
HSL color Cylindrical-coordinate representation of color #C0880D: hue angle of 41.23º 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 #C0880D is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 13 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.25 |
| HSL | 41.23º | 0.87% | 0.4% | - |
| HSV(B) | 41.23º | 0.93% | 0.75% | - |
| XYZ | 30.62 | 28.84 | 4.33 | - |
| YUV | 138.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 13 | 0 | 0.29 | 0.93 | 0.25 | 41.23 | 0.87 | 0.4 |
| Hex | C0 | 88 | D | 0 | 1D | 5D | 19 | 29 | 57 | 28 |
| Octal | 300 | 210 | 15 | 0 | 35 | 135 | 31 | 51 | 127 | 50 |
| Binary | 11000000 | 10001000 | 1101 | 0 | 11101 | 1011101 | 11001 | 101001 | 1010111 | 101000 |
Color Harmonies of #C0880D
Complementary color
Monochromatic Colors of #C0880D
Black with #C0880D
Text Example
Text Example
White with #C0880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0880D; }
p { color: rgb(192,136,13); }
H1.HeaderClassName
{
color: #C0880D;
}
.AnyTagClassName
{
color: #C0880D;
}
</style>
background-color css
<style>
a { background-color: #C0880D; }
a { background-color: rgb(192,136,13); }
div.DivClassName
{
background-color: #C0880D;
}
.BgClassName
{
background-color: #C0880D;
}
</style>
border-color css
<style>
span { border-color: #C0880D; }
span { border-color: rgb(192,136,13); }
td.TdClassName
{
border-color: #C0880D;
}
.TagClassName
{
border-color: #C0880D;
}
</style>