Shades of Dark Goldenrod #C28A14
Tints of Dark Goldenrod #C28A14
RGB
CMYK
RGB Variations
Color information
#C28A14 (or 0xC28A14) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 14. RGB value is (194,138,20). Sum of RGB (Red+Green+Blue) = 194+138+20=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A14 is #3D75EB. Grayscale: #8D8D8D. Windows color (decimal): -4027884 or 1346242. OLE color: 1346242.
HSL color Cylindrical-coordinate representation of color #C28A14: hue angle of 40.69º 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 #C28A14 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 20 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.24 |
| HSL | 40.69º | 0.81% | 0.42% | - |
| HSV(B) | 40.69º | 0.9% | 0.76% | - |
| XYZ | 31.46 | 29.7 | 4.74 | - |
| YUV | 141.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 20 | 0 | 0.29 | 0.90 | 0.24 | 40.69 | 0.81 | 0.42 |
| Hex | C2 | 8A | 14 | 0 | 1D | 5A | 18 | 29 | 51 | 2A |
| Octal | 302 | 212 | 24 | 0 | 35 | 132 | 30 | 51 | 121 | 52 |
| Binary | 11000010 | 10001010 | 10100 | 0 | 11101 | 1011010 | 11000 | 101001 | 1010001 | 101010 |
Color Harmonies of #C28A14
Complementary color
Monochromatic Colors of #C28A14
Black with #C28A14
Text Example
Text Example
White with #C28A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A14; }
p { color: rgb(194,138,20); }
H1.HeaderClassName
{
color: #C28A14;
}
.AnyTagClassName
{
color: #C28A14;
}
</style>
background-color css
<style>
a { background-color: #C28A14; }
a { background-color: rgb(194,138,20); }
div.DivClassName
{
background-color: #C28A14;
}
.BgClassName
{
background-color: #C28A14;
}
</style>
border-color css
<style>
span { border-color: #C28A14; }
span { border-color: rgb(194,138,20); }
td.TdClassName
{
border-color: #C28A14;
}
.TagClassName
{
border-color: #C28A14;
}
</style>