Shades of Dark Goldenrod #C28114
Tints of Dark Goldenrod #C28114
RGB
CMYK
RGB Variations
Color information
#C28114 (or 0xC28114) is known color: Dark Goldenrod. HEX triplet: C2, 81 and 14. RGB value is (194,129,20). Sum of RGB (Red+Green+Blue) = 194+129+20=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C28114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28114 is #3D7EEB. Grayscale: #888888. Windows color (decimal): -4030188 or 1343938. OLE color: 1343938.
HSL color Cylindrical-coordinate representation of color #C28114: hue angle of 37.59º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C28114 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 20 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.24 |
| HSL | 37.59º | 0.81% | 0.42% | - |
| HSV(B) | 37.59º | 0.9% | 0.76% | - |
| XYZ | 30.22 | 27.22 | 4.32 | - |
| YUV | 136.01 | 62.53 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 20 | 0 | 0.34 | 0.90 | 0.24 | 37.59 | 0.81 | 0.42 |
| Hex | C2 | 81 | 14 | 0 | 22 | 5A | 18 | 26 | 51 | 2A |
| Octal | 302 | 201 | 24 | 0 | 42 | 132 | 30 | 46 | 121 | 52 |
| Binary | 11000010 | 10000001 | 10100 | 0 | 100010 | 1011010 | 11000 | 100110 | 1010001 | 101010 |
Color Harmonies of #C28114
Complementary color
Monochromatic Colors of #C28114
Black with #C28114
Text Example
Text Example
White with #C28114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28114; }
p { color: rgb(194,129,20); }
H1.HeaderClassName
{
color: #C28114;
}
.AnyTagClassName
{
color: #C28114;
}
</style>
background-color css
<style>
a { background-color: #C28114; }
a { background-color: rgb(194,129,20); }
div.DivClassName
{
background-color: #C28114;
}
.BgClassName
{
background-color: #C28114;
}
</style>
border-color css
<style>
span { border-color: #C28114; }
span { border-color: rgb(194,129,20); }
td.TdClassName
{
border-color: #C28114;
}
.TagClassName
{
border-color: #C28114;
}
</style>