Shades of Dark Goldenrod #C09603
Tints of Dark Goldenrod #C09603
RGB
CMYK
RGB Variations
Color information
#C09603 (or 0xC09603) is known color: Dark Goldenrod. HEX triplet: C0, 96 and 03. RGB value is (192,150,3). Sum of RGB (Red+Green+Blue) = 192+150+3=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C09603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09603 is #3F69FC. Grayscale: #929292. Windows color (decimal): -4155901 or 235200. OLE color: 235200.
HSL color Cylindrical-coordinate representation of color #C09603: hue angle of 46.67º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C09603 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.25 |
| HSL | 46.67º | 0.97% | 0.38% | - |
| HSV(B) | 46.67º | 0.98% | 0.75% | - |
| XYZ | 32.66 | 33.03 | 4.74 | - |
| YUV | 145.8 | 47.41 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 3 | 0 | 0.22 | 0.98 | 0.25 | 46.67 | 0.97 | 0.38 |
| Hex | C0 | 96 | 3 | 0 | 16 | 62 | 19 | 2F | 61 | 26 |
| Octal | 300 | 226 | 3 | 0 | 26 | 142 | 31 | 57 | 141 | 46 |
| Binary | 11000000 | 10010110 | 11 | 0 | 10110 | 1100010 | 11001 | 101111 | 1100001 | 100110 |
Color Harmonies of #C09603
Complementary color
Monochromatic Colors of #C09603
Black with #C09603
Text Example
Text Example
White with #C09603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09603; }
p { color: rgb(192,150,3); }
H1.HeaderClassName
{
color: #C09603;
}
.AnyTagClassName
{
color: #C09603;
}
</style>
background-color css
<style>
a { background-color: #C09603; }
a { background-color: rgb(192,150,3); }
div.DivClassName
{
background-color: #C09603;
}
.BgClassName
{
background-color: #C09603;
}
</style>
border-color css
<style>
span { border-color: #C09603; }
span { border-color: rgb(192,150,3); }
td.TdClassName
{
border-color: #C09603;
}
.TagClassName
{
border-color: #C09603;
}
</style>