Shades of Dark Goldenrod #C7880F
Tints of Dark Goldenrod #C7880F
RGB
CMYK
RGB Variations
Color information
#C7880F (or 0xC7880F) is known color: Dark Goldenrod. HEX triplet: C7, 88 and 0F. RGB value is (199,136,15). Sum of RGB (Red+Green+Blue) = 199+136+15=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C7880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7880F is #3877F0. Grayscale: #8D8D8D. Windows color (decimal): -3700721 or 1018055. OLE color: 1018055.
HSL color Cylindrical-coordinate representation of color #C7880F: hue angle of 39.46º degrees, saturation: 0.86, 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 #C7880F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.22 |
| HSL | 39.46º | 0.86% | 0.42% | - |
| HSV(B) | 39.46º | 0.92% | 0.78% | - |
| XYZ | 32.44 | 29.78 | 4.49 | - |
| YUV | 141.04 | 56.87 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 15 | 0 | 0.32 | 0.92 | 0.22 | 39.46 | 0.86 | 0.42 |
| Hex | C7 | 88 | F | 0 | 20 | 5C | 16 | 27 | 56 | 2A |
| Octal | 307 | 210 | 17 | 0 | 40 | 134 | 26 | 47 | 126 | 52 |
| Binary | 11000111 | 10001000 | 1111 | 0 | 100000 | 1011100 | 10110 | 100111 | 1010110 | 101010 |
Color Harmonies of #C7880F
Complementary color
Monochromatic Colors of #C7880F
Black with #C7880F
Text Example
Text Example
White with #C7880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7880F; }
p { color: rgb(199,136,15); }
H1.HeaderClassName
{
color: #C7880F;
}
.AnyTagClassName
{
color: #C7880F;
}
</style>
background-color css
<style>
a { background-color: #C7880F; }
a { background-color: rgb(199,136,15); }
div.DivClassName
{
background-color: #C7880F;
}
.BgClassName
{
background-color: #C7880F;
}
</style>
border-color css
<style>
span { border-color: #C7880F; }
span { border-color: rgb(199,136,15); }
td.TdClassName
{
border-color: #C7880F;
}
.TagClassName
{
border-color: #C7880F;
}
</style>