Shades of Dark Goldenrod #C28F14
Tints of Dark Goldenrod #C28F14
RGB
CMYK
RGB Variations
Color information
#C28F14 (or 0xC28F14) is known color: Dark Goldenrod. HEX triplet: C2, 8F and 14. RGB value is (194,143,20). Sum of RGB (Red+Green+Blue) = 194+143+20=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F14 is #3D70EB. Grayscale: #909090. Windows color (decimal): -4026604 or 1347522. OLE color: 1347522.
HSL color Cylindrical-coordinate representation of color #C28F14: hue angle of 42.41º 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 #C28F14 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 20 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.24 |
| HSL | 42.41º | 0.81% | 0.42% | - |
| HSV(B) | 42.41º | 0.9% | 0.76% | - |
| XYZ | 32.2 | 31.16 | 4.98 | - |
| YUV | 144.23 | 57.9 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 20 | 0 | 0.26 | 0.90 | 0.24 | 42.41 | 0.81 | 0.42 |
| Hex | C2 | 8F | 14 | 0 | 1A | 5A | 18 | 2A | 51 | 2A |
| Octal | 302 | 217 | 24 | 0 | 32 | 132 | 30 | 52 | 121 | 52 |
| Binary | 11000010 | 10001111 | 10100 | 0 | 11010 | 1011010 | 11000 | 101010 | 1010001 | 101010 |
Color Harmonies of #C28F14
Complementary color
Monochromatic Colors of #C28F14
Black with #C28F14
Text Example
Text Example
White with #C28F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F14; }
p { color: rgb(194,143,20); }
H1.HeaderClassName
{
color: #C28F14;
}
.AnyTagClassName
{
color: #C28F14;
}
</style>
background-color css
<style>
a { background-color: #C28F14; }
a { background-color: rgb(194,143,20); }
div.DivClassName
{
background-color: #C28F14;
}
.BgClassName
{
background-color: #C28F14;
}
</style>
border-color css
<style>
span { border-color: #C28F14; }
span { border-color: rgb(194,143,20); }
td.TdClassName
{
border-color: #C28F14;
}
.TagClassName
{
border-color: #C28F14;
}
</style>