Shades of Dark Goldenrod #C78C10
Tints of Dark Goldenrod #C78C10
RGB
CMYK
RGB Variations
Color information
#C78C10 (or 0xC78C10) is known color: Dark Goldenrod. HEX triplet: C7, 8C and 10. RGB value is (199,140,16). Sum of RGB (Red+Green+Blue) = 199+140+16=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78C10 is #3873EF. Grayscale: #909090. Windows color (decimal): -3699696 or 1084615. OLE color: 1084615.
HSL color Cylindrical-coordinate representation of color #C78C10: hue angle of 40.66º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C78C10 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 16 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.22 |
| HSL | 40.66º | 0.85% | 0.42% | - |
| HSV(B) | 40.66º | 0.92% | 0.78% | - |
| XYZ | 33.02 | 30.94 | 4.72 | - |
| YUV | 143.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 16 | 0 | 0.30 | 0.92 | 0.22 | 40.66 | 0.85 | 0.42 |
| Hex | C7 | 8C | 10 | 0 | 1E | 5C | 16 | 29 | 55 | 2A |
| Octal | 307 | 214 | 20 | 0 | 36 | 134 | 26 | 51 | 125 | 52 |
| Binary | 11000111 | 10001100 | 10000 | 0 | 11110 | 1011100 | 10110 | 101001 | 1010101 | 101010 |
Color Harmonies of #C78C10
Complementary color
Monochromatic Colors of #C78C10
Black with #C78C10
Text Example
Text Example
White with #C78C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C10; }
p { color: rgb(199,140,16); }
H1.HeaderClassName
{
color: #C78C10;
}
.AnyTagClassName
{
color: #C78C10;
}
</style>
background-color css
<style>
a { background-color: #C78C10; }
a { background-color: rgb(199,140,16); }
div.DivClassName
{
background-color: #C78C10;
}
.BgClassName
{
background-color: #C78C10;
}
</style>
border-color css
<style>
span { border-color: #C78C10; }
span { border-color: rgb(199,140,16); }
td.TdClassName
{
border-color: #C78C10;
}
.TagClassName
{
border-color: #C78C10;
}
</style>