Shades of Dark Goldenrod #C6880A
Tints of Dark Goldenrod #C6880A
RGB
CMYK
RGB Variations
Color information
#C6880A (or 0xC6880A) is known color: Dark Goldenrod. HEX triplet: C6, 88 and 0A. RGB value is (198,136,10). Sum of RGB (Red+Green+Blue) = 198+136+10=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6880A is #3977F5. Grayscale: #8C8C8C. Windows color (decimal): -3766262 or 690374. OLE color: 690374.
HSL color Cylindrical-coordinate representation of color #C6880A: hue angle of 40.21º 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 #C6880A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.22 |
| HSL | 40.21º | 0.9% | 0.41% | - |
| HSV(B) | 40.21º | 0.95% | 0.78% | - |
| XYZ | 32.15 | 29.64 | 4.31 | - |
| YUV | 140.17 | 54.54 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 10 | 0 | 0.31 | 0.95 | 0.22 | 40.21 | 0.9 | 0.41 |
| Hex | C6 | 88 | A | 0 | 1F | 5F | 16 | 28 | 5A | 29 |
| Octal | 306 | 210 | 12 | 0 | 37 | 137 | 26 | 50 | 132 | 51 |
| Binary | 11000110 | 10001000 | 1010 | 0 | 11111 | 1011111 | 10110 | 101000 | 1011010 | 101001 |
Color Harmonies of #C6880A
Complementary color
Monochromatic Colors of #C6880A
Black with #C6880A
Text Example
Text Example
White with #C6880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6880A; }
p { color: rgb(198,136,10); }
H1.HeaderClassName
{
color: #C6880A;
}
.AnyTagClassName
{
color: #C6880A;
}
</style>
background-color css
<style>
a { background-color: #C6880A; }
a { background-color: rgb(198,136,10); }
div.DivClassName
{
background-color: #C6880A;
}
.BgClassName
{
background-color: #C6880A;
}
</style>
border-color css
<style>
span { border-color: #C6880A; }
span { border-color: rgb(198,136,10); }
td.TdClassName
{
border-color: #C6880A;
}
.TagClassName
{
border-color: #C6880A;
}
</style>