Shades of Dark Goldenrod #C78E03
Tints of Dark Goldenrod #C78E03
RGB
CMYK
RGB Variations
Color information
#C78E03 (or 0xC78E03) is known color: Dark Goldenrod. HEX triplet: C7, 8E and 03. RGB value is (199,142,3). Sum of RGB (Red+Green+Blue) = 199+142+3=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78E03 is #3871FC. Grayscale: #8F8F8F. Windows color (decimal): -3699197 or 233159. OLE color: 233159.
HSL color Cylindrical-coordinate representation of color #C78E03: hue angle of 42.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C78E03 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.22 |
| HSL | 42.55º | 0.97% | 0.4% | - |
| HSV(B) | 42.55º | 0.98% | 0.78% | - |
| XYZ | 33.24 | 31.49 | 4.41 | - |
| YUV | 143.2 | 48.88 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 3 | 0 | 0.29 | 0.98 | 0.22 | 42.55 | 0.97 | 0.4 |
| Hex | C7 | 8E | 3 | 0 | 1D | 62 | 16 | 2B | 61 | 28 |
| Octal | 307 | 216 | 3 | 0 | 35 | 142 | 26 | 53 | 141 | 50 |
| Binary | 11000111 | 10001110 | 11 | 0 | 11101 | 1100010 | 10110 | 101011 | 1100001 | 101000 |
Color Harmonies of #C78E03
Complementary color
Monochromatic Colors of #C78E03
Black with #C78E03
Text Example
Text Example
White with #C78E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E03; }
p { color: rgb(199,142,3); }
H1.HeaderClassName
{
color: #C78E03;
}
.AnyTagClassName
{
color: #C78E03;
}
</style>
background-color css
<style>
a { background-color: #C78E03; }
a { background-color: rgb(199,142,3); }
div.DivClassName
{
background-color: #C78E03;
}
.BgClassName
{
background-color: #C78E03;
}
</style>
border-color css
<style>
span { border-color: #C78E03; }
span { border-color: rgb(199,142,3); }
td.TdClassName
{
border-color: #C78E03;
}
.TagClassName
{
border-color: #C78E03;
}
</style>