Shades of Dark Goldenrod #C68109
Tints of Dark Goldenrod #C68109
RGB
CMYK
RGB Variations
Color information
#C68109 (or 0xC68109) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 09. RGB value is (198,129,9). Sum of RGB (Red+Green+Blue) = 198+129+9=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 9 (3.91% from 255 or 2.68% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C68109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68109 is #397EF6. Grayscale: #888888. Windows color (decimal): -3768055 or 623046. OLE color: 623046.
HSL color Cylindrical-coordinate representation of color #C68109: hue angle of 38.1º degrees, saturation: 0.91, 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 #C68109 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 9 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.22 |
| HSL | 38.1º | 0.91% | 0.41% | - |
| HSV(B) | 38.1º | 0.95% | 0.78% | - |
| XYZ | 31.19 | 27.73 | 3.97 | - |
| YUV | 135.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 9 | 0 | 0.35 | 0.95 | 0.22 | 38.1 | 0.91 | 0.41 |
| Hex | C6 | 81 | 9 | 0 | 23 | 5F | 16 | 26 | 5B | 29 |
| Octal | 306 | 201 | 11 | 0 | 43 | 137 | 26 | 46 | 133 | 51 |
| Binary | 11000110 | 10000001 | 1001 | 0 | 100011 | 1011111 | 10110 | 100110 | 1011011 | 101001 |
Color Harmonies of #C68109
Complementary color
Monochromatic Colors of #C68109
Black with #C68109
Text Example
Text Example
White with #C68109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68109; }
p { color: rgb(198,129,9); }
H1.HeaderClassName
{
color: #C68109;
}
.AnyTagClassName
{
color: #C68109;
}
</style>
background-color css
<style>
a { background-color: #C68109; }
a { background-color: rgb(198,129,9); }
div.DivClassName
{
background-color: #C68109;
}
.BgClassName
{
background-color: #C68109;
}
</style>
border-color css
<style>
span { border-color: #C68109; }
span { border-color: rgb(198,129,9); }
td.TdClassName
{
border-color: #C68109;
}
.TagClassName
{
border-color: #C68109;
}
</style>