Shades of Dark Goldenrod #C68509
Tints of Dark Goldenrod #C68509
RGB
CMYK
RGB Variations
Color information
#C68509 (or 0xC68509) is known color: Dark Goldenrod. HEX triplet: C6, 85 and 09. RGB value is (198,133,9). Sum of RGB (Red+Green+Blue) = 198+133+9=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C68509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68509 is #397AF6. Grayscale: #8A8A8A. Windows color (decimal): -3767031 or 624070. OLE color: 624070.
HSL color Cylindrical-coordinate representation of color #C68509: hue angle of 39.37º 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 #C68509 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 9 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.22 |
| HSL | 39.37º | 0.91% | 0.41% | - |
| HSV(B) | 39.37º | 0.95% | 0.78% | - |
| XYZ | 31.73 | 28.8 | 4.15 | - |
| YUV | 138.3 | 55.03 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 9 | 0 | 0.33 | 0.95 | 0.22 | 39.37 | 0.91 | 0.41 |
| Hex | C6 | 85 | 9 | 0 | 21 | 5F | 16 | 27 | 5B | 29 |
| Octal | 306 | 205 | 11 | 0 | 41 | 137 | 26 | 47 | 133 | 51 |
| Binary | 11000110 | 10000101 | 1001 | 0 | 100001 | 1011111 | 10110 | 100111 | 1011011 | 101001 |
Color Harmonies of #C68509
Complementary color
Monochromatic Colors of #C68509
Black with #C68509
Text Example
Text Example
White with #C68509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68509; }
p { color: rgb(198,133,9); }
H1.HeaderClassName
{
color: #C68509;
}
.AnyTagClassName
{
color: #C68509;
}
</style>
background-color css
<style>
a { background-color: #C68509; }
a { background-color: rgb(198,133,9); }
div.DivClassName
{
background-color: #C68509;
}
.BgClassName
{
background-color: #C68509;
}
</style>
border-color css
<style>
span { border-color: #C68509; }
span { border-color: rgb(198,133,9); }
td.TdClassName
{
border-color: #C68509;
}
.TagClassName
{
border-color: #C68509;
}
</style>