Shades of Dark Goldenrod #C78415
Tints of Dark Goldenrod #C78415
RGB
CMYK
RGB Variations
Color information
#C78415 (or 0xC78415) is known color: Dark Goldenrod. HEX triplet: C7, 84 and 15. RGB value is (199,132,21). Sum of RGB (Red+Green+Blue) = 199+132+21=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C78415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78415 is #387BEA. Grayscale: #8B8B8B. Windows color (decimal): -3701739 or 1410247. OLE color: 1410247.
HSL color Cylindrical-coordinate representation of color #C78415: hue angle of 37.42º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C78415 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 21 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.22 |
| HSL | 37.42º | 0.81% | 0.43% | - |
| HSV(B) | 37.42º | 0.89% | 0.78% | - |
| XYZ | 31.94 | 28.7 | 4.57 | - |
| YUV | 139.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 21 | 0 | 0.34 | 0.89 | 0.22 | 37.42 | 0.81 | 0.43 |
| Hex | C7 | 84 | 15 | 0 | 22 | 59 | 16 | 25 | 51 | 2B |
| Octal | 307 | 204 | 25 | 0 | 42 | 131 | 26 | 45 | 121 | 53 |
| Binary | 11000111 | 10000100 | 10101 | 0 | 100010 | 1011001 | 10110 | 100101 | 1010001 | 101011 |
Color Harmonies of #C78415
Complementary color
Monochromatic Colors of #C78415
Black with #C78415
Text Example
Text Example
White with #C78415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78415; }
p { color: rgb(199,132,21); }
H1.HeaderClassName
{
color: #C78415;
}
.AnyTagClassName
{
color: #C78415;
}
</style>
background-color css
<style>
a { background-color: #C78415; }
a { background-color: rgb(199,132,21); }
div.DivClassName
{
background-color: #C78415;
}
.BgClassName
{
background-color: #C78415;
}
</style>
border-color css
<style>
span { border-color: #C78415; }
span { border-color: rgb(199,132,21); }
td.TdClassName
{
border-color: #C78415;
}
.TagClassName
{
border-color: #C78415;
}
</style>