Shades of Dark Goldenrod #C29305
Tints of Dark Goldenrod #C29305
RGB
CMYK
RGB Variations
Color information
#C29305 (or 0xC29305) is known color: Dark Goldenrod. HEX triplet: C2, 93 and 05. RGB value is (194,147,5). Sum of RGB (Red+Green+Blue) = 194+147+5=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C29305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29305 is #3D6CFA. Grayscale: #919191. Windows color (decimal): -4025595 or 365506. OLE color: 365506.
HSL color Cylindrical-coordinate representation of color #C29305: hue angle of 45.08º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C29305 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.24 |
| HSL | 45.08º | 0.95% | 0.39% | - |
| HSV(B) | 45.08º | 0.97% | 0.76% | - |
| XYZ | 32.71 | 32.35 | 4.66 | - |
| YUV | 144.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 5 | 0 | 0.24 | 0.97 | 0.24 | 45.08 | 0.95 | 0.39 |
| Hex | C2 | 93 | 5 | 0 | 18 | 61 | 18 | 2D | 5F | 27 |
| Octal | 302 | 223 | 5 | 0 | 30 | 141 | 30 | 55 | 137 | 47 |
| Binary | 11000010 | 10010011 | 101 | 0 | 11000 | 1100001 | 11000 | 101101 | 1011111 | 100111 |
Color Harmonies of #C29305
Complementary color
Monochromatic Colors of #C29305
Black with #C29305
Text Example
Text Example
White with #C29305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29305; }
p { color: rgb(194,147,5); }
H1.HeaderClassName
{
color: #C29305;
}
.AnyTagClassName
{
color: #C29305;
}
</style>
background-color css
<style>
a { background-color: #C29305; }
a { background-color: rgb(194,147,5); }
div.DivClassName
{
background-color: #C29305;
}
.BgClassName
{
background-color: #C29305;
}
</style>
border-color css
<style>
span { border-color: #C29305; }
span { border-color: rgb(194,147,5); }
td.TdClassName
{
border-color: #C29305;
}
.TagClassName
{
border-color: #C29305;
}
</style>