Shades of Dark Goldenrod #C78C15
Tints of Dark Goldenrod #C78C15
RGB
CMYK
RGB Variations
Color information
#C78C15 (or 0xC78C15) is known color: Dark Goldenrod. HEX triplet: C7, 8C and 15. RGB value is (199,140,21). Sum of RGB (Red+Green+Blue) = 199+140+21=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78C15 is #3873EA. Grayscale: #909090. Windows color (decimal): -3699691 or 1412295. OLE color: 1412295.
HSL color Cylindrical-coordinate representation of color #C78C15: hue angle of 40.11º 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 #C78C15 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 21 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.22 |
| HSL | 40.11º | 0.81% | 0.43% | - |
| HSV(B) | 40.11º | 0.89% | 0.78% | - |
| XYZ | 33.07 | 30.95 | 4.94 | - |
| YUV | 144.08 | 58.55 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 21 | 0 | 0.30 | 0.89 | 0.22 | 40.11 | 0.81 | 0.43 |
| Hex | C7 | 8C | 15 | 0 | 1E | 59 | 16 | 28 | 51 | 2B |
| Octal | 307 | 214 | 25 | 0 | 36 | 131 | 26 | 50 | 121 | 53 |
| Binary | 11000111 | 10001100 | 10101 | 0 | 11110 | 1011001 | 10110 | 101000 | 1010001 | 101011 |
Color Harmonies of #C78C15
Complementary color
Monochromatic Colors of #C78C15
Black with #C78C15
Text Example
Text Example
White with #C78C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C15; }
p { color: rgb(199,140,21); }
H1.HeaderClassName
{
color: #C78C15;
}
.AnyTagClassName
{
color: #C78C15;
}
</style>
background-color css
<style>
a { background-color: #C78C15; }
a { background-color: rgb(199,140,21); }
div.DivClassName
{
background-color: #C78C15;
}
.BgClassName
{
background-color: #C78C15;
}
</style>
border-color css
<style>
span { border-color: #C78C15; }
span { border-color: rgb(199,140,21); }
td.TdClassName
{
border-color: #C78C15;
}
.TagClassName
{
border-color: #C78C15;
}
</style>