Shades of Dark Goldenrod #C28712
Tints of Dark Goldenrod #C28712
RGB
CMYK
RGB Variations
Color information
#C28712 (or 0xC28712) is known color: Dark Goldenrod. HEX triplet: C2, 87 and 12. RGB value is (194,135,18). Sum of RGB (Red+Green+Blue) = 194+135+18=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C28712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28712 is #3D78ED. Grayscale: #8B8B8B. Windows color (decimal): -4028654 or 1214402. OLE color: 1214402.
HSL color Cylindrical-coordinate representation of color #C28712: hue angle of 39.89º 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 #C28712 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 18 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.24 |
| HSL | 39.89º | 0.83% | 0.42% | - |
| HSV(B) | 39.89º | 0.91% | 0.76% | - |
| XYZ | 31.02 | 28.84 | 4.5 | - |
| YUV | 139.3 | 59.55 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 18 | 0 | 0.30 | 0.91 | 0.24 | 39.89 | 0.83 | 0.42 |
| Hex | C2 | 87 | 12 | 0 | 1E | 5B | 18 | 28 | 53 | 2A |
| Octal | 302 | 207 | 22 | 0 | 36 | 133 | 30 | 50 | 123 | 52 |
| Binary | 11000010 | 10000111 | 10010 | 0 | 11110 | 1011011 | 11000 | 101000 | 1010011 | 101010 |
Color Harmonies of #C28712
Complementary color
Monochromatic Colors of #C28712
Black with #C28712
Text Example
Text Example
White with #C28712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28712; }
p { color: rgb(194,135,18); }
H1.HeaderClassName
{
color: #C28712;
}
.AnyTagClassName
{
color: #C28712;
}
</style>
background-color css
<style>
a { background-color: #C28712; }
a { background-color: rgb(194,135,18); }
div.DivClassName
{
background-color: #C28712;
}
.BgClassName
{
background-color: #C28712;
}
</style>
border-color css
<style>
span { border-color: #C28712; }
span { border-color: rgb(194,135,18); }
td.TdClassName
{
border-color: #C28712;
}
.TagClassName
{
border-color: #C28712;
}
</style>