Shades of Dark Goldenrod #C08201
Tints of Dark Goldenrod #C08201
RGB
CMYK
RGB Variations
Color information
#C08201 (or 0xC08201) is known color: Dark Goldenrod. HEX triplet: C0, 82 and 01. RGB value is (192,130,1). Sum of RGB (Red+Green+Blue) = 192+130+1=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C08201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08201 is #3F7DFE. Grayscale: #868686. Windows color (decimal): -4161023 or 99008. OLE color: 99008.
HSL color Cylindrical-coordinate representation of color #C08201: hue angle of 40.52º 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 #C08201 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.25 |
| HSL | 40.52º | 0.99% | 0.38% | - |
| HSV(B) | 40.52º | 0.99% | 0.75% | - |
| XYZ | 29.73 | 27.17 | 3.71 | - |
| YUV | 133.83 | 53.04 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 1 | 0 | 0.32 | 0.99 | 0.25 | 40.52 | 0.99 | 0.38 |
| Hex | C0 | 82 | 1 | 0 | 20 | 63 | 19 | 29 | 63 | 26 |
| Octal | 300 | 202 | 1 | 0 | 40 | 143 | 31 | 51 | 143 | 46 |
| Binary | 11000000 | 10000010 | 1 | 0 | 100000 | 1100011 | 11001 | 101001 | 1100011 | 100110 |
Color Harmonies of #C08201
Complementary color
Monochromatic Colors of #C08201
Black with #C08201
Text Example
Text Example
White with #C08201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08201; }
p { color: rgb(192,130,1); }
H1.HeaderClassName
{
color: #C08201;
}
.AnyTagClassName
{
color: #C08201;
}
</style>
background-color css
<style>
a { background-color: #C08201; }
a { background-color: rgb(192,130,1); }
div.DivClassName
{
background-color: #C08201;
}
.BgClassName
{
background-color: #C08201;
}
</style>
border-color css
<style>
span { border-color: #C08201; }
span { border-color: rgb(192,130,1); }
td.TdClassName
{
border-color: #C08201;
}
.TagClassName
{
border-color: #C08201;
}
</style>