Shades of Dark Goldenrod #C68F10
Tints of Dark Goldenrod #C68F10
RGB
CMYK
RGB Variations
Color information
#C68F10 (or 0xC68F10) is known color: Dark Goldenrod. HEX triplet: C6, 8F and 10. RGB value is (198,143,16). Sum of RGB (Red+Green+Blue) = 198+143+16=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68F10 is #3970EF. Grayscale: #919191. Windows color (decimal): -3764464 or 1085382. OLE color: 1085382.
HSL color Cylindrical-coordinate representation of color #C68F10: hue angle of 41.87º degrees, saturation: 0.85, 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 #C68F10 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 16 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.22 |
| HSL | 41.87º | 0.85% | 0.42% | - |
| HSV(B) | 41.87º | 0.92% | 0.78% | - |
| XYZ | 33.2 | 31.69 | 4.86 | - |
| YUV | 144.97 | 55.22 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 16 | 0 | 0.28 | 0.92 | 0.22 | 41.87 | 0.85 | 0.42 |
| Hex | C6 | 8F | 10 | 0 | 1C | 5C | 16 | 2A | 55 | 2A |
| Octal | 306 | 217 | 20 | 0 | 34 | 134 | 26 | 52 | 125 | 52 |
| Binary | 11000110 | 10001111 | 10000 | 0 | 11100 | 1011100 | 10110 | 101010 | 1010101 | 101010 |
Color Harmonies of #C68F10
Complementary color
Monochromatic Colors of #C68F10
Black with #C68F10
Text Example
Text Example
White with #C68F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F10; }
p { color: rgb(198,143,16); }
H1.HeaderClassName
{
color: #C68F10;
}
.AnyTagClassName
{
color: #C68F10;
}
</style>
background-color css
<style>
a { background-color: #C68F10; }
a { background-color: rgb(198,143,16); }
div.DivClassName
{
background-color: #C68F10;
}
.BgClassName
{
background-color: #C68F10;
}
</style>
border-color css
<style>
span { border-color: #C68F10; }
span { border-color: rgb(198,143,16); }
td.TdClassName
{
border-color: #C68F10;
}
.TagClassName
{
border-color: #C68F10;
}
</style>