Shades of Dark Goldenrod #C6800D
Tints of Dark Goldenrod #C6800D
RGB
CMYK
RGB Variations
Color information
#C6800D (or 0xC6800D) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 0D. RGB value is (198,128,13). Sum of RGB (Red+Green+Blue) = 198+128+13=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6800D is #397FF2. Grayscale: #888888. Windows color (decimal): -3768307 or 884934. OLE color: 884934.
HSL color Cylindrical-coordinate representation of color #C6800D: hue angle of 37.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6800D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.22 |
| HSL | 37.3º | 0.88% | 0.41% | - |
| HSV(B) | 37.3º | 0.93% | 0.78% | - |
| XYZ | 31.08 | 27.47 | 4.05 | - |
| YUV | 135.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 13 | 0 | 0.35 | 0.93 | 0.22 | 37.3 | 0.88 | 0.41 |
| Hex | C6 | 80 | D | 0 | 23 | 5D | 16 | 25 | 58 | 29 |
| Octal | 306 | 200 | 15 | 0 | 43 | 135 | 26 | 45 | 130 | 51 |
| Binary | 11000110 | 10000000 | 1101 | 0 | 100011 | 1011101 | 10110 | 100101 | 1011000 | 101001 |
Color Harmonies of #C6800D
Complementary color
Monochromatic Colors of #C6800D
Black with #C6800D
Text Example
Text Example
White with #C6800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6800D; }
p { color: rgb(198,128,13); }
H1.HeaderClassName
{
color: #C6800D;
}
.AnyTagClassName
{
color: #C6800D;
}
</style>
background-color css
<style>
a { background-color: #C6800D; }
a { background-color: rgb(198,128,13); }
div.DivClassName
{
background-color: #C6800D;
}
.BgClassName
{
background-color: #C6800D;
}
</style>
border-color css
<style>
span { border-color: #C6800D; }
span { border-color: rgb(198,128,13); }
td.TdClassName
{
border-color: #C6800D;
}
.TagClassName
{
border-color: #C6800D;
}
</style>