Shades of Dark Goldenrod #C2840D
Tints of Dark Goldenrod #C2840D
RGB
CMYK
RGB Variations
Color information
#C2840D (or 0xC2840D) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 0D. RGB value is (194,132,13). Sum of RGB (Red+Green+Blue) = 194+132+13=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2840D is #3D7BF2. Grayscale: #898989. Windows color (decimal): -4029427 or 885954. OLE color: 885954.
HSL color Cylindrical-coordinate representation of color #C2840D: hue angle of 39.45º 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 #C2840D is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 13 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.24 |
| HSL | 39.45º | 0.87% | 0.41% | - |
| HSV(B) | 39.45º | 0.93% | 0.76% | - |
| XYZ | 30.57 | 28 | 4.17 | - |
| YUV | 136.97 | 58.04 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 13 | 0 | 0.32 | 0.93 | 0.24 | 39.45 | 0.87 | 0.41 |
| Hex | C2 | 84 | D | 0 | 20 | 5D | 18 | 27 | 57 | 29 |
| Octal | 302 | 204 | 15 | 0 | 40 | 135 | 30 | 47 | 127 | 51 |
| Binary | 11000010 | 10000100 | 1101 | 0 | 100000 | 1011101 | 11000 | 100111 | 1010111 | 101001 |
Color Harmonies of #C2840D
Complementary color
Monochromatic Colors of #C2840D
Black with #C2840D
Text Example
Text Example
White with #C2840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2840D; }
p { color: rgb(194,132,13); }
H1.HeaderClassName
{
color: #C2840D;
}
.AnyTagClassName
{
color: #C2840D;
}
</style>
background-color css
<style>
a { background-color: #C2840D; }
a { background-color: rgb(194,132,13); }
div.DivClassName
{
background-color: #C2840D;
}
.BgClassName
{
background-color: #C2840D;
}
</style>
border-color css
<style>
span { border-color: #C2840D; }
span { border-color: rgb(194,132,13); }
td.TdClassName
{
border-color: #C2840D;
}
.TagClassName
{
border-color: #C2840D;
}
</style>