Shades of Dark Goldenrod #C78A10
Tints of Dark Goldenrod #C78A10
RGB
CMYK
RGB Variations
Color information
#C78A10 (or 0xC78A10) is known color: Dark Goldenrod. HEX triplet: C7, 8A and 10. RGB value is (199,138,16). Sum of RGB (Red+Green+Blue) = 199+138+16=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78A10 is #3875EF. Grayscale: #8E8E8E. Windows color (decimal): -3700208 or 1084103. OLE color: 1084103.
HSL color Cylindrical-coordinate representation of color #C78A10: hue angle of 40º 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 #C78A10 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 16 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.22 |
| HSL | 40º | 0.85% | 0.42% | - |
| HSV(B) | 40º | 0.92% | 0.78% | - |
| XYZ | 32.74 | 30.36 | 4.62 | - |
| YUV | 142.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 16 | 0 | 0.31 | 0.92 | 0.22 | 40 | 0.85 | 0.42 |
| Hex | C7 | 8A | 10 | 0 | 1F | 5C | 16 | 28 | 55 | 2A |
| Octal | 307 | 212 | 20 | 0 | 37 | 134 | 26 | 50 | 125 | 52 |
| Binary | 11000111 | 10001010 | 10000 | 0 | 11111 | 1011100 | 10110 | 101000 | 1010101 | 101010 |
Color Harmonies of #C78A10
Complementary color
Monochromatic Colors of #C78A10
Black with #C78A10
Text Example
Text Example
White with #C78A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A10; }
p { color: rgb(199,138,16); }
H1.HeaderClassName
{
color: #C78A10;
}
.AnyTagClassName
{
color: #C78A10;
}
</style>
background-color css
<style>
a { background-color: #C78A10; }
a { background-color: rgb(199,138,16); }
div.DivClassName
{
background-color: #C78A10;
}
.BgClassName
{
background-color: #C78A10;
}
</style>
border-color css
<style>
span { border-color: #C78A10; }
span { border-color: rgb(199,138,16); }
td.TdClassName
{
border-color: #C78A10;
}
.TagClassName
{
border-color: #C78A10;
}
</style>