Shades of Dark Goldenrod #C78D00
Tints of Dark Goldenrod #C78D00
RGB
CMYK
RGB Variations
Color information
#C78D00 (or 0xC78D00) is known color: Dark Goldenrod. HEX triplet: C7, 8D and 00. RGB value is (199,141,0). Sum of RGB (Red+Green+Blue) = 199+141+0=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78D00 is #3872FF. Grayscale: #8E8E8E. Windows color (decimal): -3699456 or 36295. OLE color: 36295.
HSL color Cylindrical-coordinate representation of color #C78D00: hue angle of 42.51º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C78D00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.22 |
| HSL | 42.51º | 1% | 0.39% | - |
| HSV(B) | 42.51º | 1% | 0.78% | - |
| XYZ | 33.08 | 31.19 | 4.28 | - |
| YUV | 142.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 0 | 0 | 0.29 | 1 | 0.22 | 42.51 | 1 | 0.39 |
| Hex | C7 | 8D | 0 | 0 | 1D | 64 | 16 | 2B | 64 | 27 |
| Octal | 307 | 215 | 0 | 0 | 35 | 144 | 26 | 53 | 144 | 47 |
| Binary | 11000111 | 10001101 | 0 | 0 | 11101 | 1100100 | 10110 | 101011 | 1100100 | 100111 |
Color Harmonies of #C78D00
Complementary color
Monochromatic Colors of #C78D00
Black with #C78D00
Text Example
Text Example
White with #C78D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D00; }
p { color: rgb(199,141,0); }
H1.HeaderClassName
{
color: #C78D00;
}
.AnyTagClassName
{
color: #C78D00;
}
</style>
background-color css
<style>
a { background-color: #C78D00; }
a { background-color: rgb(199,141,0); }
div.DivClassName
{
background-color: #C78D00;
}
.BgClassName
{
background-color: #C78D00;
}
</style>
border-color css
<style>
span { border-color: #C78D00; }
span { border-color: rgb(199,141,0); }
td.TdClassName
{
border-color: #C78D00;
}
.TagClassName
{
border-color: #C78D00;
}
</style>