Shades of Dark Goldenrod #C7870A
Tints of Dark Goldenrod #C7870A
RGB
CMYK
RGB Variations
Color information
#C7870A (or 0xC7870A) is known color: Dark Goldenrod. HEX triplet: C7, 87 and 0A. RGB value is (199,135,10). Sum of RGB (Red+Green+Blue) = 199+135+10=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7870A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7870A is #3878F5. Grayscale: #8C8C8C. Windows color (decimal): -3700982 or 690119. OLE color: 690119.
HSL color Cylindrical-coordinate representation of color #C7870A: hue angle of 39.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7870A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 135 | 10 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.22 |
| HSL | 39.68º | 0.9% | 0.41% | - |
| HSV(B) | 39.68º | 0.95% | 0.78% | - |
| XYZ | 32.27 | 29.49 | 4.28 | - |
| YUV | 139.89 | 54.7 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 135 | 10 | 0 | 0.32 | 0.95 | 0.22 | 39.68 | 0.9 | 0.41 |
| Hex | C7 | 87 | A | 0 | 20 | 5F | 16 | 28 | 5A | 29 |
| Octal | 307 | 207 | 12 | 0 | 40 | 137 | 26 | 50 | 132 | 51 |
| Binary | 11000111 | 10000111 | 1010 | 0 | 100000 | 1011111 | 10110 | 101000 | 1011010 | 101001 |
Color Harmonies of #C7870A
Complementary color
Monochromatic Colors of #C7870A
Black with #C7870A
Text Example
Text Example
White with #C7870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7870A; }
p { color: rgb(199,135,10); }
H1.HeaderClassName
{
color: #C7870A;
}
.AnyTagClassName
{
color: #C7870A;
}
</style>
background-color css
<style>
a { background-color: #C7870A; }
a { background-color: rgb(199,135,10); }
div.DivClassName
{
background-color: #C7870A;
}
.BgClassName
{
background-color: #C7870A;
}
</style>
border-color css
<style>
span { border-color: #C7870A; }
span { border-color: rgb(199,135,10); }
td.TdClassName
{
border-color: #C7870A;
}
.TagClassName
{
border-color: #C7870A;
}
</style>