Shades of Dark Goldenrod #C09501
Tints of Dark Goldenrod #C09501
RGB
CMYK
RGB Variations
Color information
#C09501 (or 0xC09501) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 01. RGB value is (192,149,1). Sum of RGB (Red+Green+Blue) = 192+149+1=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C09501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09501 is #3F6AFE. Grayscale: #919191. Windows color (decimal): -4156159 or 103872. OLE color: 103872.
HSL color Cylindrical-coordinate representation of color #C09501: hue angle of 46.49º 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 #C09501 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.25 |
| HSL | 46.49º | 0.99% | 0.38% | - |
| HSV(B) | 46.49º | 0.99% | 0.75% | - |
| XYZ | 32.49 | 32.7 | 4.63 | - |
| YUV | 144.99 | 46.75 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 1 | 0 | 0.22 | 0.99 | 0.25 | 46.49 | 0.99 | 0.38 |
| Hex | C0 | 95 | 1 | 0 | 16 | 63 | 19 | 2E | 63 | 26 |
| Octal | 300 | 225 | 1 | 0 | 26 | 143 | 31 | 56 | 143 | 46 |
| Binary | 11000000 | 10010101 | 1 | 0 | 10110 | 1100011 | 11001 | 101110 | 1100011 | 100110 |
Color Harmonies of #C09501
Complementary color
Monochromatic Colors of #C09501
Black with #C09501
Text Example
Text Example
White with #C09501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09501; }
p { color: rgb(192,149,1); }
H1.HeaderClassName
{
color: #C09501;
}
.AnyTagClassName
{
color: #C09501;
}
</style>
background-color css
<style>
a { background-color: #C09501; }
a { background-color: rgb(192,149,1); }
div.DivClassName
{
background-color: #C09501;
}
.BgClassName
{
background-color: #C09501;
}
</style>
border-color css
<style>
span { border-color: #C09501; }
span { border-color: rgb(192,149,1); }
td.TdClassName
{
border-color: #C09501;
}
.TagClassName
{
border-color: #C09501;
}
</style>