Shades of Dark Goldenrod #C78A11
Tints of Dark Goldenrod #C78A11
RGB
CMYK
RGB Variations
Color information
#C78A11 (or 0xC78A11) is known color: Dark Goldenrod. HEX triplet: C7, 8A and 11. RGB value is (199,138,17). Sum of RGB (Red+Green+Blue) = 199+138+17=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78A11 is #3875EE. Grayscale: #8E8E8E. Windows color (decimal): -3700207 or 1149639. OLE color: 1149639.
HSL color Cylindrical-coordinate representation of color #C78A11: hue angle of 39.89º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C78A11 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 17 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.22 |
| HSL | 39.89º | 0.84% | 0.42% | - |
| HSV(B) | 39.89º | 0.91% | 0.78% | - |
| XYZ | 32.74 | 30.36 | 4.66 | - |
| YUV | 142.45 | 57.21 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 17 | 0 | 0.31 | 0.91 | 0.22 | 39.89 | 0.84 | 0.42 |
| Hex | C7 | 8A | 11 | 0 | 1F | 5B | 16 | 28 | 54 | 2A |
| Octal | 307 | 212 | 21 | 0 | 37 | 133 | 26 | 50 | 124 | 52 |
| Binary | 11000111 | 10001010 | 10001 | 0 | 11111 | 1011011 | 10110 | 101000 | 1010100 | 101010 |
Color Harmonies of #C78A11
Complementary color
Monochromatic Colors of #C78A11
Black with #C78A11
Text Example
Text Example
White with #C78A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A11; }
p { color: rgb(199,138,17); }
H1.HeaderClassName
{
color: #C78A11;
}
.AnyTagClassName
{
color: #C78A11;
}
</style>
background-color css
<style>
a { background-color: #C78A11; }
a { background-color: rgb(199,138,17); }
div.DivClassName
{
background-color: #C78A11;
}
.BgClassName
{
background-color: #C78A11;
}
</style>
border-color css
<style>
span { border-color: #C78A11; }
span { border-color: rgb(199,138,17); }
td.TdClassName
{
border-color: #C78A11;
}
.TagClassName
{
border-color: #C78A11;
}
</style>