Shades of Dark Goldenrod #C09305
Tints of Dark Goldenrod #C09305
RGB
CMYK
RGB Variations
Color information
#C09305 (or 0xC09305) is known color: Dark Goldenrod. HEX triplet: C0, 93 and 05. RGB value is (192,147,5). Sum of RGB (Red+Green+Blue) = 192+147+5=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C09305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09305 is #3F6CFA. Grayscale: #909090. Windows color (decimal): -4156667 or 365504. OLE color: 365504.
HSL color Cylindrical-coordinate representation of color #C09305: hue angle of 45.56º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C09305 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 5 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.25 |
| HSL | 45.56º | 0.95% | 0.39% | - |
| HSV(B) | 45.56º | 0.97% | 0.75% | - |
| XYZ | 32.2 | 32.08 | 4.64 | - |
| YUV | 144.27 | 49.41 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 5 | 0 | 0.23 | 0.97 | 0.25 | 45.56 | 0.95 | 0.39 |
| Hex | C0 | 93 | 5 | 0 | 17 | 61 | 19 | 2E | 5F | 27 |
| Octal | 300 | 223 | 5 | 0 | 27 | 141 | 31 | 56 | 137 | 47 |
| Binary | 11000000 | 10010011 | 101 | 0 | 10111 | 1100001 | 11001 | 101110 | 1011111 | 100111 |
Color Harmonies of #C09305
Complementary color
Monochromatic Colors of #C09305
Black with #C09305
Text Example
Text Example
White with #C09305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09305; }
p { color: rgb(192,147,5); }
H1.HeaderClassName
{
color: #C09305;
}
.AnyTagClassName
{
color: #C09305;
}
</style>
background-color css
<style>
a { background-color: #C09305; }
a { background-color: rgb(192,147,5); }
div.DivClassName
{
background-color: #C09305;
}
.BgClassName
{
background-color: #C09305;
}
</style>
border-color css
<style>
span { border-color: #C09305; }
span { border-color: rgb(192,147,5); }
td.TdClassName
{
border-color: #C09305;
}
.TagClassName
{
border-color: #C09305;
}
</style>