Shades of Dark Goldenrod #C6800F
Tints of Dark Goldenrod #C6800F
RGB
CMYK
RGB Variations
Color information
#C6800F (or 0xC6800F) is known color: Dark Goldenrod. HEX triplet: C6, 80 and 0F. RGB value is (198,128,15). Sum of RGB (Red+Green+Blue) = 198+128+15=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6800F is #397FF0. Grayscale: #888888. Windows color (decimal): -3768305 or 1016006. OLE color: 1016006.
HSL color Cylindrical-coordinate representation of color #C6800F: hue angle of 37.05º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6800F is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 15 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.22 |
| HSL | 37.05º | 0.86% | 0.42% | - |
| HSV(B) | 37.05º | 0.92% | 0.78% | - |
| XYZ | 31.09 | 27.48 | 4.12 | - |
| YUV | 136.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 15 | 0 | 0.35 | 0.92 | 0.22 | 37.05 | 0.86 | 0.42 |
| Hex | C6 | 80 | F | 0 | 23 | 5C | 16 | 25 | 56 | 2A |
| Octal | 306 | 200 | 17 | 0 | 43 | 134 | 26 | 45 | 126 | 52 |
| Binary | 11000110 | 10000000 | 1111 | 0 | 100011 | 1011100 | 10110 | 100101 | 1010110 | 101010 |
Color Harmonies of #C6800F
Complementary color
Monochromatic Colors of #C6800F
Black with #C6800F
Text Example
Text Example
White with #C6800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6800F; }
p { color: rgb(198,128,15); }
H1.HeaderClassName
{
color: #C6800F;
}
.AnyTagClassName
{
color: #C6800F;
}
</style>
background-color css
<style>
a { background-color: #C6800F; }
a { background-color: rgb(198,128,15); }
div.DivClassName
{
background-color: #C6800F;
}
.BgClassName
{
background-color: #C6800F;
}
</style>
border-color css
<style>
span { border-color: #C6800F; }
span { border-color: rgb(198,128,15); }
td.TdClassName
{
border-color: #C6800F;
}
.TagClassName
{
border-color: #C6800F;
}
</style>