Shades of Dark Goldenrod #C29903
Tints of Dark Goldenrod #C29903
RGB
CMYK
RGB Variations
Color information
#C29903 (or 0xC29903) is known color: Dark Goldenrod. HEX triplet: C2, 99 and 03. RGB value is (194,153,3). Sum of RGB (Red+Green+Blue) = 194+153+3=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C29903 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29903 is #3D66FC. Grayscale: #949494. Windows color (decimal): -4024061 or 235970. OLE color: 235970.
HSL color Cylindrical-coordinate representation of color #C29903: hue angle of 47.12º 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 #C29903 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 3 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.24 |
| HSL | 47.12º | 0.97% | 0.39% | - |
| HSV(B) | 47.12º | 0.98% | 0.76% | - |
| XYZ | 33.66 | 34.26 | 4.92 | - |
| YUV | 148.16 | 46.08 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 3 | 0 | 0.21 | 0.98 | 0.24 | 47.12 | 0.97 | 0.39 |
| Hex | C2 | 99 | 3 | 0 | 15 | 62 | 18 | 2F | 61 | 27 |
| Octal | 302 | 231 | 3 | 0 | 25 | 142 | 30 | 57 | 141 | 47 |
| Binary | 11000010 | 10011001 | 11 | 0 | 10101 | 1100010 | 11000 | 101111 | 1100001 | 100111 |
Color Harmonies of #C29903
Complementary color
Monochromatic Colors of #C29903
Black with #C29903
Text Example
Text Example
White with #C29903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29903; }
p { color: rgb(194,153,3); }
H1.HeaderClassName
{
color: #C29903;
}
.AnyTagClassName
{
color: #C29903;
}
</style>
background-color css
<style>
a { background-color: #C29903; }
a { background-color: rgb(194,153,3); }
div.DivClassName
{
background-color: #C29903;
}
.BgClassName
{
background-color: #C29903;
}
</style>
border-color css
<style>
span { border-color: #C29903; }
span { border-color: rgb(194,153,3); }
td.TdClassName
{
border-color: #C29903;
}
.TagClassName
{
border-color: #C29903;
}
</style>