Shades of Dark Goldenrod #C78D11
Tints of Dark Goldenrod #C78D11
RGB
CMYK
RGB Variations
Color information
#C78D11 (or 0xC78D11) is known color: Dark Goldenrod. HEX triplet: C7, 8D and 11. RGB value is (199,141,17). Sum of RGB (Red+Green+Blue) = 199+141+17=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78D11 is #3872EE. Grayscale: #909090. Windows color (decimal): -3699439 or 1150407. OLE color: 1150407.
HSL color Cylindrical-coordinate representation of color #C78D11: hue angle of 40.88º 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 #C78D11 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 17 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.22 |
| HSL | 40.88º | 0.84% | 0.42% | - |
| HSV(B) | 40.88º | 0.91% | 0.78% | - |
| XYZ | 33.18 | 31.23 | 4.81 | - |
| YUV | 144.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 17 | 0 | 0.29 | 0.91 | 0.22 | 40.88 | 0.84 | 0.42 |
| Hex | C7 | 8D | 11 | 0 | 1D | 5B | 16 | 29 | 54 | 2A |
| Octal | 307 | 215 | 21 | 0 | 35 | 133 | 26 | 51 | 124 | 52 |
| Binary | 11000111 | 10001101 | 10001 | 0 | 11101 | 1011011 | 10110 | 101001 | 1010100 | 101010 |
Color Harmonies of #C78D11
Complementary color
Monochromatic Colors of #C78D11
Black with #C78D11
Text Example
Text Example
White with #C78D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D11; }
p { color: rgb(199,141,17); }
H1.HeaderClassName
{
color: #C78D11;
}
.AnyTagClassName
{
color: #C78D11;
}
</style>
background-color css
<style>
a { background-color: #C78D11; }
a { background-color: rgb(199,141,17); }
div.DivClassName
{
background-color: #C78D11;
}
.BgClassName
{
background-color: #C78D11;
}
</style>
border-color css
<style>
span { border-color: #C78D11; }
span { border-color: rgb(199,141,17); }
td.TdClassName
{
border-color: #C78D11;
}
.TagClassName
{
border-color: #C78D11;
}
</style>