Shades of Dark Goldenrod #C28F12
Tints of Dark Goldenrod #C28F12
RGB
CMYK
RGB Variations
Color information
#C28F12 (or 0xC28F12) is known color: Dark Goldenrod. HEX triplet: C2, 8F and 12. RGB value is (194,143,18). Sum of RGB (Red+Green+Blue) = 194+143+18=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28F12 is #3D70ED. Grayscale: #909090. Windows color (decimal): -4026606 or 1216450. OLE color: 1216450.
HSL color Cylindrical-coordinate representation of color #C28F12: hue angle of 42.61º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C28F12 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 18 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.24 |
| HSL | 42.61º | 0.83% | 0.42% | - |
| HSV(B) | 42.61º | 0.91% | 0.76% | - |
| XYZ | 32.18 | 31.16 | 4.89 | - |
| YUV | 144 | 56.9 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 18 | 0 | 0.26 | 0.91 | 0.24 | 42.61 | 0.83 | 0.42 |
| Hex | C2 | 8F | 12 | 0 | 1A | 5B | 18 | 2B | 53 | 2A |
| Octal | 302 | 217 | 22 | 0 | 32 | 133 | 30 | 53 | 123 | 52 |
| Binary | 11000010 | 10001111 | 10010 | 0 | 11010 | 1011011 | 11000 | 101011 | 1010011 | 101010 |
Color Harmonies of #C28F12
Complementary color
Monochromatic Colors of #C28F12
Black with #C28F12
Text Example
Text Example
White with #C28F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F12; }
p { color: rgb(194,143,18); }
H1.HeaderClassName
{
color: #C28F12;
}
.AnyTagClassName
{
color: #C28F12;
}
</style>
background-color css
<style>
a { background-color: #C28F12; }
a { background-color: rgb(194,143,18); }
div.DivClassName
{
background-color: #C28F12;
}
.BgClassName
{
background-color: #C28F12;
}
</style>
border-color css
<style>
span { border-color: #C28F12; }
span { border-color: rgb(194,143,18); }
td.TdClassName
{
border-color: #C28F12;
}
.TagClassName
{
border-color: #C28F12;
}
</style>