Shades of Dark Goldenrod #C78B03
Tints of Dark Goldenrod #C78B03
RGB
CMYK
RGB Variations
Color information
#C78B03 (or 0xC78B03) is known color: Dark Goldenrod. HEX triplet: C7, 8B and 03. RGB value is (199,139,3). Sum of RGB (Red+Green+Blue) = 199+139+3=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78B03 is #3874FC. Grayscale: #8E8E8E. Windows color (decimal): -3699965 or 232391. OLE color: 232391.
HSL color Cylindrical-coordinate representation of color #C78B03: hue angle of 41.63º 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 #C78B03 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 3 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.22 |
| HSL | 41.63º | 0.97% | 0.4% | - |
| HSV(B) | 41.63º | 0.98% | 0.78% | - |
| XYZ | 32.8 | 30.61 | 4.27 | - |
| YUV | 141.44 | 49.88 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 3 | 0 | 0.30 | 0.98 | 0.22 | 41.63 | 0.97 | 0.4 |
| Hex | C7 | 8B | 3 | 0 | 1E | 62 | 16 | 2A | 61 | 28 |
| Octal | 307 | 213 | 3 | 0 | 36 | 142 | 26 | 52 | 141 | 50 |
| Binary | 11000111 | 10001011 | 11 | 0 | 11110 | 1100010 | 10110 | 101010 | 1100001 | 101000 |
Color Harmonies of #C78B03
Complementary color
Monochromatic Colors of #C78B03
Black with #C78B03
Text Example
Text Example
White with #C78B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B03; }
p { color: rgb(199,139,3); }
H1.HeaderClassName
{
color: #C78B03;
}
.AnyTagClassName
{
color: #C78B03;
}
</style>
background-color css
<style>
a { background-color: #C78B03; }
a { background-color: rgb(199,139,3); }
div.DivClassName
{
background-color: #C78B03;
}
.BgClassName
{
background-color: #C78B03;
}
</style>
border-color css
<style>
span { border-color: #C78B03; }
span { border-color: rgb(199,139,3); }
td.TdClassName
{
border-color: #C78B03;
}
.TagClassName
{
border-color: #C78B03;
}
</style>