Shades of Dark Goldenrod #C28112
Tints of Dark Goldenrod #C28112
RGB
CMYK
RGB Variations
Color information
#C28112 (or 0xC28112) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 12. RGB value is (194,129,18). Sum of RGB (Red+Green+Blue) = 194+129+18=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C28112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28112 is #3D7EED. Grayscale: #888888. Windows color (decimal): -4030190 or 1212866. OLE color: 1212866.
HSL color Cylindrical-coordinate representation of color #C28112: hue angle of 37.84º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C28112 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.24 |
| HSL | 37.84º | 0.83% | 0.42% | - |
| HSV(B) | 37.84º | 0.91% | 0.76% | - |
| XYZ | 30.21 | 27.21 | 4.23 | - |
| YUV | 135.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 18 | 0 | 0.34 | 0.91 | 0.24 | 37.84 | 0.83 | 0.42 |
| Hex | C2 | 81 | 12 | 0 | 22 | 5B | 18 | 26 | 53 | 2A |
| Octal | 302 | 201 | 22 | 0 | 42 | 133 | 30 | 46 | 123 | 52 |
| Binary | 11000010 | 10000001 | 10010 | 0 | 100010 | 1011011 | 11000 | 100110 | 1010011 | 101010 |
Color Harmonies of #C28112
Complementary color
Monochromatic Colors of #C28112
Black with #C28112
Text Example
Text Example
White with #C28112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28112; }
p { color: rgb(194,129,18); }
H1.HeaderClassName
{
color: #C28112;
}
.AnyTagClassName
{
color: #C28112;
}
</style>
background-color css
<style>
a { background-color: #C28112; }
a { background-color: rgb(194,129,18); }
div.DivClassName
{
background-color: #C28112;
}
.BgClassName
{
background-color: #C28112;
}
</style>
border-color css
<style>
span { border-color: #C28112; }
span { border-color: rgb(194,129,18); }
td.TdClassName
{
border-color: #C28112;
}
.TagClassName
{
border-color: #C28112;
}
</style>