Shades of Dark Goldenrod #C68409
Tints of Dark Goldenrod #C68409
RGB
CMYK
RGB Variations
Color information
#C68409 (or 0xC68409) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 09. RGB value is (198,132,9). Sum of RGB (Red+Green+Blue) = 198+132+9=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C68409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68409 is #397BF6. Grayscale: #8A8A8A. Windows color (decimal): -3767287 or 623814. OLE color: 623814.
HSL color Cylindrical-coordinate representation of color #C68409: hue angle of 39.05º 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 #C68409 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 9 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.22 |
| HSL | 39.05º | 0.91% | 0.41% | - |
| HSV(B) | 39.05º | 0.95% | 0.78% | - |
| XYZ | 31.59 | 28.53 | 4.1 | - |
| YUV | 137.71 | 55.37 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 9 | 0 | 0.33 | 0.95 | 0.22 | 39.05 | 0.91 | 0.41 |
| Hex | C6 | 84 | 9 | 0 | 21 | 5F | 16 | 27 | 5B | 29 |
| Octal | 306 | 204 | 11 | 0 | 41 | 137 | 26 | 47 | 133 | 51 |
| Binary | 11000110 | 10000100 | 1001 | 0 | 100001 | 1011111 | 10110 | 100111 | 1011011 | 101001 |
Color Harmonies of #C68409
Complementary color
Monochromatic Colors of #C68409
Black with #C68409
Text Example
Text Example
White with #C68409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68409; }
p { color: rgb(198,132,9); }
H1.HeaderClassName
{
color: #C68409;
}
.AnyTagClassName
{
color: #C68409;
}
</style>
background-color css
<style>
a { background-color: #C68409; }
a { background-color: rgb(198,132,9); }
div.DivClassName
{
background-color: #C68409;
}
.BgClassName
{
background-color: #C68409;
}
</style>
border-color css
<style>
span { border-color: #C68409; }
span { border-color: rgb(198,132,9); }
td.TdClassName
{
border-color: #C68409;
}
.TagClassName
{
border-color: #C68409;
}
</style>