Shades of Dark Goldenrod #C29A03
Tints of Dark Goldenrod #C29A03
RGB
CMYK
RGB Variations
Color information
#C29A03 (or 0xC29A03) is known color: Dark Goldenrod. HEX triplet: C2, 9A and 03. RGB value is (194,154,3). Sum of RGB (Red+Green+Blue) = 194+154+3=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A03 is #3D65FC. Grayscale: #959595. Windows color (decimal): -4023805 or 236226. OLE color: 236226.
HSL color Cylindrical-coordinate representation of color #C29A03: hue angle of 47.43º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C29A03 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.24 |
| HSL | 47.43º | 0.97% | 0.39% | - |
| HSV(B) | 47.43º | 0.98% | 0.76% | - |
| XYZ | 33.82 | 34.59 | 4.98 | - |
| YUV | 148.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 3 | 0 | 0.21 | 0.98 | 0.24 | 47.43 | 0.97 | 0.39 |
| Hex | C2 | 9A | 3 | 0 | 15 | 62 | 18 | 2F | 61 | 27 |
| Octal | 302 | 232 | 3 | 0 | 25 | 142 | 30 | 57 | 141 | 47 |
| Binary | 11000010 | 10011010 | 11 | 0 | 10101 | 1100010 | 11000 | 101111 | 1100001 | 100111 |
Color Harmonies of #C29A03
Complementary color
Monochromatic Colors of #C29A03
Black with #C29A03
Text Example
Text Example
White with #C29A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A03; }
p { color: rgb(194,154,3); }
H1.HeaderClassName
{
color: #C29A03;
}
.AnyTagClassName
{
color: #C29A03;
}
</style>
background-color css
<style>
a { background-color: #C29A03; }
a { background-color: rgb(194,154,3); }
div.DivClassName
{
background-color: #C29A03;
}
.BgClassName
{
background-color: #C29A03;
}
</style>
border-color css
<style>
span { border-color: #C29A03; }
span { border-color: rgb(194,154,3); }
td.TdClassName
{
border-color: #C29A03;
}
.TagClassName
{
border-color: #C29A03;
}
</style>