Shades of Dark Goldenrod #C2840B
Tints of Dark Goldenrod #C2840B
RGB
CMYK
RGB Variations
Color information
#C2840B (or 0xC2840B) is known color: Dark Goldenrod. HEX triplet: C2, 84 and 0B. RGB value is (194,132,11). Sum of RGB (Red+Green+Blue) = 194+132+11=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C2840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2840B is #3D7BF4. Grayscale: #898989. Windows color (decimal): -4029429 or 754882. OLE color: 754882.
HSL color Cylindrical-coordinate representation of color #C2840B: hue angle of 39.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2840B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 132 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.24 |
| HSL | 39.67º | 0.89% | 0.4% | - |
| HSV(B) | 39.67º | 0.94% | 0.76% | - |
| XYZ | 30.56 | 28 | 4.11 | - |
| YUV | 136.74 | 57.04 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 132 | 11 | 0 | 0.32 | 0.94 | 0.24 | 39.67 | 0.89 | 0.4 |
| Hex | C2 | 84 | B | 0 | 20 | 5E | 18 | 28 | 59 | 28 |
| Octal | 302 | 204 | 13 | 0 | 40 | 136 | 30 | 50 | 131 | 50 |
| Binary | 11000010 | 10000100 | 1011 | 0 | 100000 | 1011110 | 11000 | 101000 | 1011001 | 101000 |
Color Harmonies of #C2840B
Complementary color
Monochromatic Colors of #C2840B
Black with #C2840B
Text Example
Text Example
White with #C2840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2840B; }
p { color: rgb(194,132,11); }
H1.HeaderClassName
{
color: #C2840B;
}
.AnyTagClassName
{
color: #C2840B;
}
</style>
background-color css
<style>
a { background-color: #C2840B; }
a { background-color: rgb(194,132,11); }
div.DivClassName
{
background-color: #C2840B;
}
.BgClassName
{
background-color: #C2840B;
}
</style>
border-color css
<style>
span { border-color: #C2840B; }
span { border-color: rgb(194,132,11); }
td.TdClassName
{
border-color: #C2840B;
}
.TagClassName
{
border-color: #C2840B;
}
</style>