Shades of Dark Goldenrod #C2830B
Tints of Dark Goldenrod #C2830B
RGB
CMYK
RGB Variations
Color information
#C2830B (or 0xC2830B) is known color: Dark Goldenrod. HEX triplet: C2, 83 and 0B. RGB value is (194,131,11). Sum of RGB (Red+Green+Blue) = 194+131+11=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2830B is #3D7CF4. Grayscale: #888888. Windows color (decimal): -4029685 or 754626. OLE color: 754626.
HSL color Cylindrical-coordinate representation of color #C2830B: hue angle of 39.34º 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 #C2830B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 131 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.24 |
| HSL | 39.34º | 0.89% | 0.4% | - |
| HSV(B) | 39.34º | 0.94% | 0.76% | - |
| XYZ | 30.42 | 27.73 | 4.06 | - |
| YUV | 136.16 | 57.37 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 131 | 11 | 0 | 0.32 | 0.94 | 0.24 | 39.34 | 0.89 | 0.4 |
| Hex | C2 | 83 | B | 0 | 20 | 5E | 18 | 27 | 59 | 28 |
| Octal | 302 | 203 | 13 | 0 | 40 | 136 | 30 | 47 | 131 | 50 |
| Binary | 11000010 | 10000011 | 1011 | 0 | 100000 | 1011110 | 11000 | 100111 | 1011001 | 101000 |
Color Harmonies of #C2830B
Complementary color
Monochromatic Colors of #C2830B
Black with #C2830B
Text Example
Text Example
White with #C2830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2830B; }
p { color: rgb(194,131,11); }
H1.HeaderClassName
{
color: #C2830B;
}
.AnyTagClassName
{
color: #C2830B;
}
</style>
background-color css
<style>
a { background-color: #C2830B; }
a { background-color: rgb(194,131,11); }
div.DivClassName
{
background-color: #C2830B;
}
.BgClassName
{
background-color: #C2830B;
}
</style>
border-color css
<style>
span { border-color: #C2830B; }
span { border-color: rgb(194,131,11); }
td.TdClassName
{
border-color: #C2830B;
}
.TagClassName
{
border-color: #C2830B;
}
</style>