Shades of Dark Goldenrod #C78201
Tints of Dark Goldenrod #C78201
RGB
CMYK
RGB Variations
Color information
#C78201 (or 0xC78201) is known color: Dark Goldenrod. HEX triplet: C7, 82 and 01. RGB value is (199,130,1). Sum of RGB (Red+Green+Blue) = 199+130+1=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C78201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78201 is #387DFE. Grayscale: #888888. Windows color (decimal): -3702271 or 99015. OLE color: 99015.
HSL color Cylindrical-coordinate representation of color #C78201: hue angle of 39.09º 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 #C78201 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.22 |
| HSL | 39.09º | 0.99% | 0.39% | - |
| HSV(B) | 39.09º | 0.99% | 0.78% | - |
| XYZ | 31.54 | 28.11 | 3.79 | - |
| YUV | 135.93 | 51.86 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 1 | 0 | 0.35 | 0.99 | 0.22 | 39.09 | 0.99 | 0.39 |
| Hex | C7 | 82 | 1 | 0 | 23 | 63 | 16 | 27 | 63 | 27 |
| Octal | 307 | 202 | 1 | 0 | 43 | 143 | 26 | 47 | 143 | 47 |
| Binary | 11000111 | 10000010 | 1 | 0 | 100011 | 1100011 | 10110 | 100111 | 1100011 | 100111 |
Color Harmonies of #C78201
Complementary color
Monochromatic Colors of #C78201
Black with #C78201
Text Example
Text Example
White with #C78201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78201; }
p { color: rgb(199,130,1); }
H1.HeaderClassName
{
color: #C78201;
}
.AnyTagClassName
{
color: #C78201;
}
</style>
background-color css
<style>
a { background-color: #C78201; }
a { background-color: rgb(199,130,1); }
div.DivClassName
{
background-color: #C78201;
}
.BgClassName
{
background-color: #C78201;
}
</style>
border-color css
<style>
span { border-color: #C78201; }
span { border-color: rgb(199,130,1); }
td.TdClassName
{
border-color: #C78201;
}
.TagClassName
{
border-color: #C78201;
}
</style>