Shades of Dark Goldenrod #C78512
Tints of Dark Goldenrod #C78512
RGB
CMYK
RGB Variations
Color information
#C78512 (or 0xC78512) is known color: Dark Goldenrod. HEX triplet: C7, 85 and 12. RGB value is (199,133,18). Sum of RGB (Red+Green+Blue) = 199+133+18=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C78512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78512 is #387AED. Grayscale: #8C8C8C. Windows color (decimal): -3701486 or 1213895. OLE color: 1213895.
HSL color Cylindrical-coordinate representation of color #C78512: hue angle of 38.12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C78512 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 18 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.22 |
| HSL | 38.12º | 0.83% | 0.43% | - |
| HSV(B) | 38.12º | 0.91% | 0.78% | - |
| XYZ | 32.05 | 28.96 | 4.47 | - |
| YUV | 139.62 | 59.37 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 18 | 0 | 0.33 | 0.91 | 0.22 | 38.12 | 0.83 | 0.43 |
| Hex | C7 | 85 | 12 | 0 | 21 | 5B | 16 | 26 | 53 | 2B |
| Octal | 307 | 205 | 22 | 0 | 41 | 133 | 26 | 46 | 123 | 53 |
| Binary | 11000111 | 10000101 | 10010 | 0 | 100001 | 1011011 | 10110 | 100110 | 1010011 | 101011 |
Color Harmonies of #C78512
Complementary color
Monochromatic Colors of #C78512
Black with #C78512
Text Example
Text Example
White with #C78512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78512; }
p { color: rgb(199,133,18); }
H1.HeaderClassName
{
color: #C78512;
}
.AnyTagClassName
{
color: #C78512;
}
</style>
background-color css
<style>
a { background-color: #C78512; }
a { background-color: rgb(199,133,18); }
div.DivClassName
{
background-color: #C78512;
}
.BgClassName
{
background-color: #C78512;
}
</style>
border-color css
<style>
span { border-color: #C78512; }
span { border-color: rgb(199,133,18); }
td.TdClassName
{
border-color: #C78512;
}
.TagClassName
{
border-color: #C78512;
}
</style>