Shades of Dark Goldenrod #C2860D
Tints of Dark Goldenrod #C2860D
RGB
CMYK
RGB Variations
Color information
#C2860D (or 0xC2860D) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 0D. RGB value is (194,134,13). Sum of RGB (Red+Green+Blue) = 194+134+13=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2860D is #3D79F2. Grayscale: #8A8A8A. Windows color (decimal): -4028915 or 886466. OLE color: 886466.
HSL color Cylindrical-coordinate representation of color #C2860D: hue angle of 40.11º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2860D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 13 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.24 |
| HSL | 40.11º | 0.87% | 0.41% | - |
| HSV(B) | 40.11º | 0.93% | 0.76% | - |
| XYZ | 30.85 | 28.55 | 4.27 | - |
| YUV | 138.15 | 57.38 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 13 | 0 | 0.31 | 0.93 | 0.24 | 40.11 | 0.87 | 0.41 |
| Hex | C2 | 86 | D | 0 | 1F | 5D | 18 | 28 | 57 | 29 |
| Octal | 302 | 206 | 15 | 0 | 37 | 135 | 30 | 50 | 127 | 51 |
| Binary | 11000010 | 10000110 | 1101 | 0 | 11111 | 1011101 | 11000 | 101000 | 1010111 | 101001 |
Color Harmonies of #C2860D
Complementary color
Monochromatic Colors of #C2860D
Black with #C2860D
Text Example
Text Example
White with #C2860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2860D; }
p { color: rgb(194,134,13); }
H1.HeaderClassName
{
color: #C2860D;
}
.AnyTagClassName
{
color: #C2860D;
}
</style>
background-color css
<style>
a { background-color: #C2860D; }
a { background-color: rgb(194,134,13); }
div.DivClassName
{
background-color: #C2860D;
}
.BgClassName
{
background-color: #C2860D;
}
</style>
border-color css
<style>
span { border-color: #C2860D; }
span { border-color: rgb(194,134,13); }
td.TdClassName
{
border-color: #C2860D;
}
.TagClassName
{
border-color: #C2860D;
}
</style>