Shades of Dark Goldenrod #C78E00
Tints of Dark Goldenrod #C78E00
RGB
CMYK
RGB Variations
Color information
#C78E00 (or 0xC78E00) is known color: Dark Goldenrod. HEX triplet: C7, 8E and 00. RGB value is (199,142,0). Sum of RGB (Red+Green+Blue) = 199+142+0=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78E00 is #3871FF. Grayscale: #8F8F8F. Windows color (decimal): -3699200 or 36551. OLE color: 36551.
HSL color Cylindrical-coordinate representation of color #C78E00: hue angle of 42.81º 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 #C78E00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.22 |
| HSL | 42.81º | 1% | 0.39% | - |
| HSV(B) | 42.81º | 1% | 0.78% | - |
| XYZ | 33.23 | 31.49 | 4.33 | - |
| YUV | 142.86 | 47.38 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 0 | 0 | 0.29 | 1 | 0.22 | 42.81 | 1 | 0.39 |
| Hex | C7 | 8E | 0 | 0 | 1D | 64 | 16 | 2B | 64 | 27 |
| Octal | 307 | 216 | 0 | 0 | 35 | 144 | 26 | 53 | 144 | 47 |
| Binary | 11000111 | 10001110 | 0 | 0 | 11101 | 1100100 | 10110 | 101011 | 1100100 | 100111 |
Color Harmonies of #C78E00
Complementary color
Monochromatic Colors of #C78E00
Black with #C78E00
Text Example
Text Example
White with #C78E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E00; }
p { color: rgb(199,142,0); }
H1.HeaderClassName
{
color: #C78E00;
}
.AnyTagClassName
{
color: #C78E00;
}
</style>
background-color css
<style>
a { background-color: #C78E00; }
a { background-color: rgb(199,142,0); }
div.DivClassName
{
background-color: #C78E00;
}
.BgClassName
{
background-color: #C78E00;
}
</style>
border-color css
<style>
span { border-color: #C78E00; }
span { border-color: rgb(199,142,0); }
td.TdClassName
{
border-color: #C78E00;
}
.TagClassName
{
border-color: #C78E00;
}
</style>