Shades of Dark Goldenrod #C0840A
Tints of Dark Goldenrod #C0840A
RGB
CMYK
RGB Variations
Color information
#C0840A (or 0xC0840A) is known color: Dark Goldenrod. HEX triplet: C0, 84 and 0A. RGB value is (192,132,10). Sum of RGB (Red+Green+Blue) = 192+132+10=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0840A is #3F7BF5. Grayscale: #888888. Windows color (decimal): -4160502 or 689344. OLE color: 689344.
HSL color Cylindrical-coordinate representation of color #C0840A: hue angle of 40.22º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0840A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.25 |
| HSL | 40.22º | 0.9% | 0.4% | - |
| HSV(B) | 40.22º | 0.95% | 0.75% | - |
| XYZ | 30.04 | 27.73 | 4.06 | - |
| YUV | 136.03 | 56.88 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 10 | 0 | 0.31 | 0.95 | 0.25 | 40.22 | 0.9 | 0.4 |
| Hex | C0 | 84 | A | 0 | 1F | 5F | 19 | 28 | 5A | 28 |
| Octal | 300 | 204 | 12 | 0 | 37 | 137 | 31 | 50 | 132 | 50 |
| Binary | 11000000 | 10000100 | 1010 | 0 | 11111 | 1011111 | 11001 | 101000 | 1011010 | 101000 |
Color Harmonies of #C0840A
Complementary color
Monochromatic Colors of #C0840A
Black with #C0840A
Text Example
Text Example
White with #C0840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0840A; }
p { color: rgb(192,132,10); }
H1.HeaderClassName
{
color: #C0840A;
}
.AnyTagClassName
{
color: #C0840A;
}
</style>
background-color css
<style>
a { background-color: #C0840A; }
a { background-color: rgb(192,132,10); }
div.DivClassName
{
background-color: #C0840A;
}
.BgClassName
{
background-color: #C0840A;
}
</style>
border-color css
<style>
span { border-color: #C0840A; }
span { border-color: rgb(192,132,10); }
td.TdClassName
{
border-color: #C0840A;
}
.TagClassName
{
border-color: #C0840A;
}
</style>