Shades of Dark Goldenrod #C78A16
Tints of Dark Goldenrod #C78A16
RGB
CMYK
RGB Variations
Color information
#C78A16 (or 0xC78A16) is known color: Dark Goldenrod. HEX triplet: C7, 8A and 16. RGB value is (199,138,22). Sum of RGB (Red+Green+Blue) = 199+138+22=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78A16 is #3875E9. Grayscale: #8F8F8F. Windows color (decimal): -3700202 or 1477319. OLE color: 1477319.
HSL color Cylindrical-coordinate representation of color #C78A16: hue angle of 39.32º degrees, saturation: 0.8, 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 #C78A16 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 22 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.22 |
| HSL | 39.32º | 0.8% | 0.43% | - |
| HSV(B) | 39.32º | 0.89% | 0.78% | - |
| XYZ | 32.79 | 30.38 | 4.89 | - |
| YUV | 143.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 22 | 0 | 0.31 | 0.89 | 0.22 | 39.32 | 0.8 | 0.43 |
| Hex | C7 | 8A | 16 | 0 | 1F | 59 | 16 | 27 | 50 | 2B |
| Octal | 307 | 212 | 26 | 0 | 37 | 131 | 26 | 47 | 120 | 53 |
| Binary | 11000111 | 10001010 | 10110 | 0 | 11111 | 1011001 | 10110 | 100111 | 1010000 | 101011 |
Color Harmonies of #C78A16
Complementary color
Monochromatic Colors of #C78A16
Black with #C78A16
Text Example
Text Example
White with #C78A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A16; }
p { color: rgb(199,138,22); }
H1.HeaderClassName
{
color: #C78A16;
}
.AnyTagClassName
{
color: #C78A16;
}
</style>
background-color css
<style>
a { background-color: #C78A16; }
a { background-color: rgb(199,138,22); }
div.DivClassName
{
background-color: #C78A16;
}
.BgClassName
{
background-color: #C78A16;
}
</style>
border-color css
<style>
span { border-color: #C78A16; }
span { border-color: rgb(199,138,22); }
td.TdClassName
{
border-color: #C78A16;
}
.TagClassName
{
border-color: #C78A16;
}
</style>