Shades of Dark Goldenrod #C78501
Tints of Dark Goldenrod #C78501
RGB
CMYK
RGB Variations
Color information
#C78501 (or 0xC78501) is known color: Dark Goldenrod. HEX triplet: C7, 85 and 01. RGB value is (199,133,1). Sum of RGB (Red+Green+Blue) = 199+133+1=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C78501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78501 is #387AFE. Grayscale: #8A8A8A. Windows color (decimal): -3701503 or 99783. OLE color: 99783.
HSL color Cylindrical-coordinate representation of color #C78501: hue angle of 40º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C78501 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.22 |
| HSL | 40º | 0.99% | 0.39% | - |
| HSV(B) | 40º | 0.99% | 0.78% | - |
| XYZ | 31.95 | 28.92 | 3.93 | - |
| YUV | 137.69 | 50.87 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 1 | 0 | 0.33 | 0.99 | 0.22 | 40 | 0.99 | 0.39 |
| Hex | C7 | 85 | 1 | 0 | 21 | 63 | 16 | 28 | 63 | 27 |
| Octal | 307 | 205 | 1 | 0 | 41 | 143 | 26 | 50 | 143 | 47 |
| Binary | 11000111 | 10000101 | 1 | 0 | 100001 | 1100011 | 10110 | 101000 | 1100011 | 100111 |
Color Harmonies of #C78501
Complementary color
Monochromatic Colors of #C78501
Black with #C78501
Text Example
Text Example
White with #C78501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78501; }
p { color: rgb(199,133,1); }
H1.HeaderClassName
{
color: #C78501;
}
.AnyTagClassName
{
color: #C78501;
}
</style>
background-color css
<style>
a { background-color: #C78501; }
a { background-color: rgb(199,133,1); }
div.DivClassName
{
background-color: #C78501;
}
.BgClassName
{
background-color: #C78501;
}
</style>
border-color css
<style>
span { border-color: #C78501; }
span { border-color: rgb(199,133,1); }
td.TdClassName
{
border-color: #C78501;
}
.TagClassName
{
border-color: #C78501;
}
</style>