Shades of Dark Goldenrod #C78D05
Tints of Dark Goldenrod #C78D05
RGB
CMYK
RGB Variations
Color information
#C78D05 (or 0xC78D05) is known color: Dark Goldenrod. HEX triplet: C7, 8D and 05. RGB value is (199,141,5). Sum of RGB (Red+Green+Blue) = 199+141+5=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78D05 is #3872FA. Grayscale: #8F8F8F. Windows color (decimal): -3699451 or 363975. OLE color: 363975.
HSL color Cylindrical-coordinate representation of color #C78D05: hue angle of 42.06º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C78D05 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.22 |
| HSL | 42.06º | 0.95% | 0.4% | - |
| HSV(B) | 42.06º | 0.97% | 0.78% | - |
| XYZ | 33.11 | 31.2 | 4.42 | - |
| YUV | 142.84 | 50.22 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 5 | 0 | 0.29 | 0.97 | 0.22 | 42.06 | 0.95 | 0.4 |
| Hex | C7 | 8D | 5 | 0 | 1D | 61 | 16 | 2A | 5F | 28 |
| Octal | 307 | 215 | 5 | 0 | 35 | 141 | 26 | 52 | 137 | 50 |
| Binary | 11000111 | 10001101 | 101 | 0 | 11101 | 1100001 | 10110 | 101010 | 1011111 | 101000 |
Color Harmonies of #C78D05
Complementary color
Monochromatic Colors of #C78D05
Black with #C78D05
Text Example
Text Example
White with #C78D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D05; }
p { color: rgb(199,141,5); }
H1.HeaderClassName
{
color: #C78D05;
}
.AnyTagClassName
{
color: #C78D05;
}
</style>
background-color css
<style>
a { background-color: #C78D05; }
a { background-color: rgb(199,141,5); }
div.DivClassName
{
background-color: #C78D05;
}
.BgClassName
{
background-color: #C78D05;
}
</style>
border-color css
<style>
span { border-color: #C78D05; }
span { border-color: rgb(199,141,5); }
td.TdClassName
{
border-color: #C78D05;
}
.TagClassName
{
border-color: #C78D05;
}
</style>