Shades of Dark Goldenrod #C09504
Tints of Dark Goldenrod #C09504
RGB
CMYK
RGB Variations
Color information
#C09504 (or 0xC09504) is known color: Dark Goldenrod. HEX triplet: C0, 95 and 04. RGB value is (192,149,4). Sum of RGB (Red+Green+Blue) = 192+149+4=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C09504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09504 is #3F6AFB. Grayscale: #919191. Windows color (decimal): -4156156 or 300480. OLE color: 300480.
HSL color Cylindrical-coordinate representation of color #C09504: hue angle of 46.28º degrees, saturation: 0.96, 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 #C09504 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.25 |
| HSL | 46.28º | 0.96% | 0.38% | - |
| HSV(B) | 46.28º | 0.98% | 0.75% | - |
| XYZ | 32.51 | 32.71 | 4.72 | - |
| YUV | 145.33 | 48.25 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 4 | 0 | 0.22 | 0.98 | 0.25 | 46.28 | 0.96 | 0.38 |
| Hex | C0 | 95 | 4 | 0 | 16 | 62 | 19 | 2E | 60 | 26 |
| Octal | 300 | 225 | 4 | 0 | 26 | 142 | 31 | 56 | 140 | 46 |
| Binary | 11000000 | 10010101 | 100 | 0 | 10110 | 1100010 | 11001 | 101110 | 1100000 | 100110 |
Color Harmonies of #C09504
Complementary color
Monochromatic Colors of #C09504
Black with #C09504
Text Example
Text Example
White with #C09504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09504; }
p { color: rgb(192,149,4); }
H1.HeaderClassName
{
color: #C09504;
}
.AnyTagClassName
{
color: #C09504;
}
</style>
background-color css
<style>
a { background-color: #C09504; }
a { background-color: rgb(192,149,4); }
div.DivClassName
{
background-color: #C09504;
}
.BgClassName
{
background-color: #C09504;
}
</style>
border-color css
<style>
span { border-color: #C09504; }
span { border-color: rgb(192,149,4); }
td.TdClassName
{
border-color: #C09504;
}
.TagClassName
{
border-color: #C09504;
}
</style>