Shades of Dark Goldenrod #C28111
Tints of Dark Goldenrod #C28111
RGB
CMYK
RGB Variations
Color information
#C28111 (or 0xC28111) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 11. RGB value is (194,129,17). Sum of RGB (Red+Green+Blue) = 194+129+17=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C28111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28111 is #3D7EEE. Grayscale: #888888. Windows color (decimal): -4030191 or 1147330. OLE color: 1147330.
HSL color Cylindrical-coordinate representation of color #C28111: hue angle of 37.97º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C28111 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 17 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.24 |
| HSL | 37.97º | 0.84% | 0.41% | - |
| HSV(B) | 37.97º | 0.91% | 0.76% | - |
| XYZ | 30.2 | 27.21 | 4.19 | - |
| YUV | 135.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 17 | 0 | 0.34 | 0.91 | 0.24 | 37.97 | 0.84 | 0.41 |
| Hex | C2 | 81 | 11 | 0 | 22 | 5B | 18 | 26 | 54 | 29 |
| Octal | 302 | 201 | 21 | 0 | 42 | 133 | 30 | 46 | 124 | 51 |
| Binary | 11000010 | 10000001 | 10001 | 0 | 100010 | 1011011 | 11000 | 100110 | 1010100 | 101001 |
Color Harmonies of #C28111
Complementary color
Monochromatic Colors of #C28111
Black with #C28111
Text Example
Text Example
White with #C28111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28111; }
p { color: rgb(194,129,17); }
H1.HeaderClassName
{
color: #C28111;
}
.AnyTagClassName
{
color: #C28111;
}
</style>
background-color css
<style>
a { background-color: #C28111; }
a { background-color: rgb(194,129,17); }
div.DivClassName
{
background-color: #C28111;
}
.BgClassName
{
background-color: #C28111;
}
</style>
border-color css
<style>
span { border-color: #C28111; }
span { border-color: rgb(194,129,17); }
td.TdClassName
{
border-color: #C28111;
}
.TagClassName
{
border-color: #C28111;
}
</style>