Shades of Dark Goldenrod #C78711
Tints of Dark Goldenrod #C78711
RGB
CMYK
RGB Variations
Color information
#C78711 (or 0xC78711) is known color: Dark Goldenrod. HEX triplet: C7, 87 and 11. RGB value is (199,135,17). Sum of RGB (Red+Green+Blue) = 199+135+17=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C78711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78711 is #3878EE. Grayscale: #8D8D8D. Windows color (decimal): -3700975 or 1148871. OLE color: 1148871.
HSL color Cylindrical-coordinate representation of color #C78711: hue angle of 38.9º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C78711 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 17 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.22 |
| HSL | 38.9º | 0.84% | 0.42% | - |
| HSV(B) | 38.9º | 0.91% | 0.78% | - |
| XYZ | 32.32 | 29.51 | 4.52 | - |
| YUV | 140.68 | 58.2 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 17 | 0 | 0.32 | 0.91 | 0.22 | 38.9 | 0.84 | 0.42 |
| Hex | C7 | 87 | 11 | 0 | 20 | 5B | 16 | 27 | 54 | 2A |
| Octal | 307 | 207 | 21 | 0 | 40 | 133 | 26 | 47 | 124 | 52 |
| Binary | 11000111 | 10000111 | 10001 | 0 | 100000 | 1011011 | 10110 | 100111 | 1010100 | 101010 |
Color Harmonies of #C78711
Complementary color
Monochromatic Colors of #C78711
Black with #C78711
Text Example
Text Example
White with #C78711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78711; }
p { color: rgb(199,135,17); }
H1.HeaderClassName
{
color: #C78711;
}
.AnyTagClassName
{
color: #C78711;
}
</style>
background-color css
<style>
a { background-color: #C78711; }
a { background-color: rgb(199,135,17); }
div.DivClassName
{
background-color: #C78711;
}
.BgClassName
{
background-color: #C78711;
}
</style>
border-color css
<style>
span { border-color: #C78711; }
span { border-color: rgb(199,135,17); }
td.TdClassName
{
border-color: #C78711;
}
.TagClassName
{
border-color: #C78711;
}
</style>