Shades of Dark Goldenrod #C09201
Tints of Dark Goldenrod #C09201
RGB
CMYK
RGB Variations
Color information
#C09201 (or 0xC09201) is known color: Dark Goldenrod. HEX triplet: C0, 92 and 01. RGB value is (192,146,1). Sum of RGB (Red+Green+Blue) = 192+146+1=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C09201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09201 is #3F6DFE. Grayscale: #8F8F8F. Windows color (decimal): -4156927 or 103104. OLE color: 103104.
HSL color Cylindrical-coordinate representation of color #C09201: hue angle of 45.55º 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 #C09201 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.25 |
| HSL | 45.55º | 0.99% | 0.38% | - |
| HSV(B) | 45.55º | 0.99% | 0.75% | - |
| XYZ | 32.02 | 31.77 | 4.47 | - |
| YUV | 143.22 | 47.74 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 1 | 0 | 0.24 | 0.99 | 0.25 | 45.55 | 0.99 | 0.38 |
| Hex | C0 | 92 | 1 | 0 | 18 | 63 | 19 | 2E | 63 | 26 |
| Octal | 300 | 222 | 1 | 0 | 30 | 143 | 31 | 56 | 143 | 46 |
| Binary | 11000000 | 10010010 | 1 | 0 | 11000 | 1100011 | 11001 | 101110 | 1100011 | 100110 |
Color Harmonies of #C09201
Complementary color
Monochromatic Colors of #C09201
Black with #C09201
Text Example
Text Example
White with #C09201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09201; }
p { color: rgb(192,146,1); }
H1.HeaderClassName
{
color: #C09201;
}
.AnyTagClassName
{
color: #C09201;
}
</style>
background-color css
<style>
a { background-color: #C09201; }
a { background-color: rgb(192,146,1); }
div.DivClassName
{
background-color: #C09201;
}
.BgClassName
{
background-color: #C09201;
}
</style>
border-color css
<style>
span { border-color: #C09201; }
span { border-color: rgb(192,146,1); }
td.TdClassName
{
border-color: #C09201;
}
.TagClassName
{
border-color: #C09201;
}
</style>