Shades of Dark Goldenrod #C68901
Tints of Dark Goldenrod #C68901
RGB
CMYK
RGB Variations
Color information
#C68901 (or 0xC68901) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 01. RGB value is (198,137,1). Sum of RGB (Red+Green+Blue) = 198+137+1=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C68901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68901 is #3976FE. Grayscale: #8C8C8C. Windows color (decimal): -3766015 or 100806. OLE color: 100806.
HSL color Cylindrical-coordinate representation of color #C68901: hue angle of 41.42º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C68901 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.22 |
| HSL | 41.42º | 0.99% | 0.39% | - |
| HSV(B) | 41.42º | 0.99% | 0.78% | - |
| XYZ | 32.24 | 29.9 | 4.1 | - |
| YUV | 139.74 | 49.71 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 1 | 0 | 0.31 | 0.99 | 0.22 | 41.42 | 0.99 | 0.39 |
| Hex | C6 | 89 | 1 | 0 | 1F | 63 | 16 | 29 | 63 | 27 |
| Octal | 306 | 211 | 1 | 0 | 37 | 143 | 26 | 51 | 143 | 47 |
| Binary | 11000110 | 10001001 | 1 | 0 | 11111 | 1100011 | 10110 | 101001 | 1100011 | 100111 |
Color Harmonies of #C68901
Complementary color
Monochromatic Colors of #C68901
Black with #C68901
Text Example
Text Example
White with #C68901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68901; }
p { color: rgb(198,137,1); }
H1.HeaderClassName
{
color: #C68901;
}
.AnyTagClassName
{
color: #C68901;
}
</style>
background-color css
<style>
a { background-color: #C68901; }
a { background-color: rgb(198,137,1); }
div.DivClassName
{
background-color: #C68901;
}
.BgClassName
{
background-color: #C68901;
}
</style>
border-color css
<style>
span { border-color: #C68901; }
span { border-color: rgb(198,137,1); }
td.TdClassName
{
border-color: #C68901;
}
.TagClassName
{
border-color: #C68901;
}
</style>