Shades of Dark Goldenrod #C28211
Tints of Dark Goldenrod #C28211
RGB
CMYK
RGB Variations
Color information
#C28211 (or 0xC28211) is known color: Dark Goldenrod. HEX triplet: C2, 82 and 11. RGB value is (194,130,17). Sum of RGB (Red+Green+Blue) = 194+130+17=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C28211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28211 is #3D7DEE. Grayscale: #888888. Windows color (decimal): -4029935 or 1147586. OLE color: 1147586.
HSL color Cylindrical-coordinate representation of color #C28211: hue angle of 38.31º 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 #C28211 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 130 | 17 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.24 |
| HSL | 38.31º | 0.84% | 0.41% | - |
| HSV(B) | 38.31º | 0.91% | 0.76% | - |
| XYZ | 30.33 | 27.48 | 4.23 | - |
| YUV | 136.25 | 60.7 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 130 | 17 | 0 | 0.33 | 0.91 | 0.24 | 38.31 | 0.84 | 0.41 |
| Hex | C2 | 82 | 11 | 0 | 21 | 5B | 18 | 26 | 54 | 29 |
| Octal | 302 | 202 | 21 | 0 | 41 | 133 | 30 | 46 | 124 | 51 |
| Binary | 11000010 | 10000010 | 10001 | 0 | 100001 | 1011011 | 11000 | 100110 | 1010100 | 101001 |
Color Harmonies of #C28211
Complementary color
Monochromatic Colors of #C28211
Black with #C28211
Text Example
Text Example
White with #C28211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28211; }
p { color: rgb(194,130,17); }
H1.HeaderClassName
{
color: #C28211;
}
.AnyTagClassName
{
color: #C28211;
}
</style>
background-color css
<style>
a { background-color: #C28211; }
a { background-color: rgb(194,130,17); }
div.DivClassName
{
background-color: #C28211;
}
.BgClassName
{
background-color: #C28211;
}
</style>
border-color css
<style>
span { border-color: #C28211; }
span { border-color: rgb(194,130,17); }
td.TdClassName
{
border-color: #C28211;
}
.TagClassName
{
border-color: #C28211;
}
</style>