Shades of Dark Goldenrod #C78001
Tints of Dark Goldenrod #C78001
RGB
CMYK
RGB Variations
Color information
#C78001 (or 0xC78001) is known color: Dark Goldenrod. HEX triplet: C7, 80 and 01. RGB value is (199,128,1). Sum of RGB (Red+Green+Blue) = 199+128+1=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C78001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78001 is #387FFE. Grayscale: #878787. Windows color (decimal): -3702783 or 98503. OLE color: 98503.
HSL color Cylindrical-coordinate representation of color #C78001: hue angle of 38.48º 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 #C78001 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.22 |
| HSL | 38.48º | 0.99% | 0.39% | - |
| HSV(B) | 38.48º | 0.99% | 0.78% | - |
| XYZ | 31.28 | 27.58 | 3.7 | - |
| YUV | 134.75 | 52.52 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 1 | 0 | 0.36 | 0.99 | 0.22 | 38.48 | 0.99 | 0.39 |
| Hex | C7 | 80 | 1 | 0 | 24 | 63 | 16 | 26 | 63 | 27 |
| Octal | 307 | 200 | 1 | 0 | 44 | 143 | 26 | 46 | 143 | 47 |
| Binary | 11000111 | 10000000 | 1 | 0 | 100100 | 1100011 | 10110 | 100110 | 1100011 | 100111 |
Color Harmonies of #C78001
Complementary color
Monochromatic Colors of #C78001
Black with #C78001
Text Example
Text Example
White with #C78001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78001; }
p { color: rgb(199,128,1); }
H1.HeaderClassName
{
color: #C78001;
}
.AnyTagClassName
{
color: #C78001;
}
</style>
background-color css
<style>
a { background-color: #C78001; }
a { background-color: rgb(199,128,1); }
div.DivClassName
{
background-color: #C78001;
}
.BgClassName
{
background-color: #C78001;
}
</style>
border-color css
<style>
span { border-color: #C78001; }
span { border-color: rgb(199,128,1); }
td.TdClassName
{
border-color: #C78001;
}
.TagClassName
{
border-color: #C78001;
}
</style>