Shades of Dark Goldenrod #C08901
Tints of Dark Goldenrod #C08901
RGB
CMYK
RGB Variations
Color information
#C08901 (or 0xC08901) is known color: Dark Goldenrod. HEX triplet: C0, 89 and 01. RGB value is (192,137,1). Sum of RGB (Red+Green+Blue) = 192+137+1=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C08901 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08901 is #3F76FE. Grayscale: #8A8A8A. Windows color (decimal): -4159231 or 100800. OLE color: 100800.
HSL color Cylindrical-coordinate representation of color #C08901: hue angle of 42.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C08901 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.25 |
| HSL | 42.72º | 0.99% | 0.38% | - |
| HSV(B) | 42.72º | 0.99% | 0.75% | - |
| XYZ | 30.69 | 29.1 | 4.03 | - |
| YUV | 137.94 | 50.72 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 1 | 0 | 0.29 | 0.99 | 0.25 | 42.72 | 0.99 | 0.38 |
| Hex | C0 | 89 | 1 | 0 | 1D | 63 | 19 | 2B | 63 | 26 |
| Octal | 300 | 211 | 1 | 0 | 35 | 143 | 31 | 53 | 143 | 46 |
| Binary | 11000000 | 10001001 | 1 | 0 | 11101 | 1100011 | 11001 | 101011 | 1100011 | 100110 |
Color Harmonies of #C08901
Complementary color
Monochromatic Colors of #C08901
Black with #C08901
Text Example
Text Example
White with #C08901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08901; }
p { color: rgb(192,137,1); }
H1.HeaderClassName
{
color: #C08901;
}
.AnyTagClassName
{
color: #C08901;
}
</style>
background-color css
<style>
a { background-color: #C08901; }
a { background-color: rgb(192,137,1); }
div.DivClassName
{
background-color: #C08901;
}
.BgClassName
{
background-color: #C08901;
}
</style>
border-color css
<style>
span { border-color: #C08901; }
span { border-color: rgb(192,137,1); }
td.TdClassName
{
border-color: #C08901;
}
.TagClassName
{
border-color: #C08901;
}
</style>