Shades of Dark Goldenrod #C78F00
Tints of Dark Goldenrod #C78F00
RGB
CMYK
RGB Variations
Color information
#C78F00 (or 0xC78F00) is known color: Dark Goldenrod. HEX triplet: C7, 8F and 00. RGB value is (199,143,0). Sum of RGB (Red+Green+Blue) = 199+143+0=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78F00 is #3870FF. Grayscale: #909090. Windows color (decimal): -3698944 or 36807. OLE color: 36807.
HSL color Cylindrical-coordinate representation of color #C78F00: hue angle of 43.12º 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 #C78F00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 143 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.22 |
| HSL | 43.12º | 1% | 0.39% | - |
| HSV(B) | 43.12º | 1% | 0.78% | - |
| XYZ | 33.38 | 31.79 | 4.38 | - |
| YUV | 143.44 | 47.05 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 143 | 0 | 0 | 0.28 | 1 | 0.22 | 43.12 | 1 | 0.39 |
| Hex | C7 | 8F | 0 | 0 | 1C | 64 | 16 | 2B | 64 | 27 |
| Octal | 307 | 217 | 0 | 0 | 34 | 144 | 26 | 53 | 144 | 47 |
| Binary | 11000111 | 10001111 | 0 | 0 | 11100 | 1100100 | 10110 | 101011 | 1100100 | 100111 |
Color Harmonies of #C78F00
Complementary color
Monochromatic Colors of #C78F00
Black with #C78F00
Text Example
Text Example
White with #C78F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78F00; }
p { color: rgb(199,143,0); }
H1.HeaderClassName
{
color: #C78F00;
}
.AnyTagClassName
{
color: #C78F00;
}
</style>
background-color css
<style>
a { background-color: #C78F00; }
a { background-color: rgb(199,143,0); }
div.DivClassName
{
background-color: #C78F00;
}
.BgClassName
{
background-color: #C78F00;
}
</style>
border-color css
<style>
span { border-color: #C78F00; }
span { border-color: rgb(199,143,0); }
td.TdClassName
{
border-color: #C78F00;
}
.TagClassName
{
border-color: #C78F00;
}
</style>