Shades of Dark Goldenrod #C6820A
Tints of Dark Goldenrod #C6820A
RGB
CMYK
RGB Variations
Color information
#C6820A (or 0xC6820A) is known color: Dark Goldenrod. HEX triplet: C6, 82 and 0A. RGB value is (198,130,10). Sum of RGB (Red+Green+Blue) = 198+130+10=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6820A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6820A is #397DF5. Grayscale: #898989. Windows color (decimal): -3767798 or 688838. OLE color: 688838.
HSL color Cylindrical-coordinate representation of color #C6820A: hue angle of 38.3º 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 #C6820A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.22 |
| HSL | 38.3º | 0.9% | 0.41% | - |
| HSV(B) | 38.3º | 0.95% | 0.78% | - |
| XYZ | 31.33 | 27.99 | 4.04 | - |
| YUV | 136.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 10 | 0 | 0.34 | 0.95 | 0.22 | 38.3 | 0.9 | 0.41 |
| Hex | C6 | 82 | A | 0 | 22 | 5F | 16 | 26 | 5A | 29 |
| Octal | 306 | 202 | 12 | 0 | 42 | 137 | 26 | 46 | 132 | 51 |
| Binary | 11000110 | 10000010 | 1010 | 0 | 100010 | 1011111 | 10110 | 100110 | 1011010 | 101001 |
Color Harmonies of #C6820A
Complementary color
Monochromatic Colors of #C6820A
Black with #C6820A
Text Example
Text Example
White with #C6820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6820A; }
p { color: rgb(198,130,10); }
H1.HeaderClassName
{
color: #C6820A;
}
.AnyTagClassName
{
color: #C6820A;
}
</style>
background-color css
<style>
a { background-color: #C6820A; }
a { background-color: rgb(198,130,10); }
div.DivClassName
{
background-color: #C6820A;
}
.BgClassName
{
background-color: #C6820A;
}
</style>
border-color css
<style>
span { border-color: #C6820A; }
span { border-color: rgb(198,130,10); }
td.TdClassName
{
border-color: #C6820A;
}
.TagClassName
{
border-color: #C6820A;
}
</style>