Shades of Dark Goldenrod #C68415
Tints of Dark Goldenrod #C68415
RGB
CMYK
RGB Variations
Color information
#C68415 (or 0xC68415) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 15. RGB value is (198,132,21). Sum of RGB (Red+Green+Blue) = 198+132+21=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C68415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68415 is #397BEA. Grayscale: #8B8B8B. Windows color (decimal): -3767275 or 1410246. OLE color: 1410246.
HSL color Cylindrical-coordinate representation of color #C68415: hue angle of 37.63º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C68415 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 21 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.22 |
| HSL | 37.63º | 0.81% | 0.43% | - |
| HSV(B) | 37.63º | 0.89% | 0.78% | - |
| XYZ | 31.68 | 28.56 | 4.55 | - |
| YUV | 139.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 21 | 0 | 0.33 | 0.89 | 0.22 | 37.63 | 0.81 | 0.43 |
| Hex | C6 | 84 | 15 | 0 | 21 | 59 | 16 | 26 | 51 | 2B |
| Octal | 306 | 204 | 25 | 0 | 41 | 131 | 26 | 46 | 121 | 53 |
| Binary | 11000110 | 10000100 | 10101 | 0 | 100001 | 1011001 | 10110 | 100110 | 1010001 | 101011 |
Color Harmonies of #C68415
Complementary color
Monochromatic Colors of #C68415
Black with #C68415
Text Example
Text Example
White with #C68415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68415; }
p { color: rgb(198,132,21); }
H1.HeaderClassName
{
color: #C68415;
}
.AnyTagClassName
{
color: #C68415;
}
</style>
background-color css
<style>
a { background-color: #C68415; }
a { background-color: rgb(198,132,21); }
div.DivClassName
{
background-color: #C68415;
}
.BgClassName
{
background-color: #C68415;
}
</style>
border-color css
<style>
span { border-color: #C68415; }
span { border-color: rgb(198,132,21); }
td.TdClassName
{
border-color: #C68415;
}
.TagClassName
{
border-color: #C68415;
}
</style>