Shades of Dark Goldenrod #C7880A
Tints of Dark Goldenrod #C7880A
RGB
CMYK
RGB Variations
Color information
#C7880A (or 0xC7880A) is known color: Dark Goldenrod. HEX triplet: C7, 88 and 0A. RGB value is (199,136,10). Sum of RGB (Red+Green+Blue) = 199+136+10=345 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.68% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 199 - color contains mainly: red. Hex color #C7880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7880A is #3877F5. Grayscale: #8D8D8D. Windows color (decimal): -3700726 or 690375. OLE color: 690375.
HSL color Cylindrical-coordinate representation of color #C7880A: hue angle of 40º 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 #C7880A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 10 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.22 |
| HSL | 40º | 0.9% | 0.41% | - |
| HSV(B) | 40º | 0.95% | 0.78% | - |
| XYZ | 32.41 | 29.77 | 4.33 | - |
| YUV | 140.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 10 | 0 | 0.32 | 0.95 | 0.22 | 40 | 0.9 | 0.41 |
| Hex | C7 | 88 | A | 0 | 20 | 5F | 16 | 28 | 5A | 29 |
| Octal | 307 | 210 | 12 | 0 | 40 | 137 | 26 | 50 | 132 | 51 |
| Binary | 11000111 | 10001000 | 1010 | 0 | 100000 | 1011111 | 10110 | 101000 | 1011010 | 101001 |
Color Harmonies of #C7880A
Complementary color
Monochromatic Colors of #C7880A
Black with #C7880A
Text Example
Text Example
White with #C7880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7880A; }
p { color: rgb(199,136,10); }
H1.HeaderClassName
{
color: #C7880A;
}
.AnyTagClassName
{
color: #C7880A;
}
</style>
background-color css
<style>
a { background-color: #C7880A; }
a { background-color: rgb(199,136,10); }
div.DivClassName
{
background-color: #C7880A;
}
.BgClassName
{
background-color: #C7880A;
}
</style>
border-color css
<style>
span { border-color: #C7880A; }
span { border-color: rgb(199,136,10); }
td.TdClassName
{
border-color: #C7880A;
}
.TagClassName
{
border-color: #C7880A;
}
</style>