Shades of Dark Goldenrod #C7870F
Tints of Dark Goldenrod #C7870F
RGB
CMYK
RGB Variations
Color information
#C7870F (or 0xC7870F) is known color: Dark Goldenrod. HEX triplet: C7, 87 and 0F. RGB value is (199,135,15). Sum of RGB (Red+Green+Blue) = 199+135+15=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 15 (6.25% from 255 or 4.30% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7870F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7870F is #3878F0. Grayscale: #8D8D8D. Windows color (decimal): -3700977 or 1017799. OLE color: 1017799.
HSL color Cylindrical-coordinate representation of color #C7870F: hue angle of 39.13º 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 #C7870F is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 15 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.22 |
| HSL | 39.13º | 0.86% | 0.42% | - |
| HSV(B) | 39.13º | 0.92% | 0.78% | - |
| XYZ | 32.3 | 29.5 | 4.44 | - |
| YUV | 140.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 15 | 0 | 0.32 | 0.92 | 0.22 | 39.13 | 0.86 | 0.42 |
| Hex | C7 | 87 | F | 0 | 20 | 5C | 16 | 27 | 56 | 2A |
| Octal | 307 | 207 | 17 | 0 | 40 | 134 | 26 | 47 | 126 | 52 |
| Binary | 11000111 | 10000111 | 1111 | 0 | 100000 | 1011100 | 10110 | 100111 | 1010110 | 101010 |
Color Harmonies of #C7870F
Complementary color
Monochromatic Colors of #C7870F
Black with #C7870F
Text Example
Text Example
White with #C7870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7870F; }
p { color: rgb(199,135,15); }
H1.HeaderClassName
{
color: #C7870F;
}
.AnyTagClassName
{
color: #C7870F;
}
</style>
background-color css
<style>
a { background-color: #C7870F; }
a { background-color: rgb(199,135,15); }
div.DivClassName
{
background-color: #C7870F;
}
.BgClassName
{
background-color: #C7870F;
}
</style>
border-color css
<style>
span { border-color: #C7870F; }
span { border-color: rgb(199,135,15); }
td.TdClassName
{
border-color: #C7870F;
}
.TagClassName
{
border-color: #C7870F;
}
</style>