Shades of Dark Goldenrod #C08301
Tints of Dark Goldenrod #C08301
RGB
CMYK
RGB Variations
Color information
#C08301 (or 0xC08301) is known color: Dark Goldenrod. HEX triplet: C0, 83 and 01. RGB value is (192,131,1). Sum of RGB (Red+Green+Blue) = 192+131+1=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C08301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08301 is #3F7CFE. Grayscale: #878787. Windows color (decimal): -4160767 or 99264. OLE color: 99264.
HSL color Cylindrical-coordinate representation of color #C08301: hue angle of 40.84º 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 #C08301 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.25 |
| HSL | 40.84º | 0.99% | 0.38% | - |
| HSV(B) | 40.84º | 0.99% | 0.75% | - |
| XYZ | 29.86 | 27.44 | 3.75 | - |
| YUV | 134.42 | 52.71 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 1 | 0 | 0.32 | 0.99 | 0.25 | 40.84 | 0.99 | 0.38 |
| Hex | C0 | 83 | 1 | 0 | 20 | 63 | 19 | 29 | 63 | 26 |
| Octal | 300 | 203 | 1 | 0 | 40 | 143 | 31 | 51 | 143 | 46 |
| Binary | 11000000 | 10000011 | 1 | 0 | 100000 | 1100011 | 11001 | 101001 | 1100011 | 100110 |
Color Harmonies of #C08301
Complementary color
Monochromatic Colors of #C08301
Black with #C08301
Text Example
Text Example
White with #C08301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08301; }
p { color: rgb(192,131,1); }
H1.HeaderClassName
{
color: #C08301;
}
.AnyTagClassName
{
color: #C08301;
}
</style>
background-color css
<style>
a { background-color: #C08301; }
a { background-color: rgb(192,131,1); }
div.DivClassName
{
background-color: #C08301;
}
.BgClassName
{
background-color: #C08301;
}
</style>
border-color css
<style>
span { border-color: #C08301; }
span { border-color: rgb(192,131,1); }
td.TdClassName
{
border-color: #C08301;
}
.TagClassName
{
border-color: #C08301;
}
</style>