Shades of Dark Goldenrod #C29003
Tints of Dark Goldenrod #C29003
RGB
CMYK
RGB Variations
Color information
#C29003 (or 0xC29003) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 03. RGB value is (194,144,3). Sum of RGB (Red+Green+Blue) = 194+144+3=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C29003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29003 is #3D6FFC. Grayscale: #8F8F8F. Windows color (decimal): -4026365 or 233666. OLE color: 233666.
HSL color Cylindrical-coordinate representation of color #C29003: hue angle of 44.29º 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 #C29003 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.24 |
| HSL | 44.29º | 0.97% | 0.39% | - |
| HSV(B) | 44.29º | 0.98% | 0.76% | - |
| XYZ | 32.24 | 31.42 | 4.45 | - |
| YUV | 142.88 | 49.07 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 3 | 0 | 0.26 | 0.98 | 0.24 | 44.29 | 0.97 | 0.39 |
| Hex | C2 | 90 | 3 | 0 | 1A | 62 | 18 | 2C | 61 | 27 |
| Octal | 302 | 220 | 3 | 0 | 32 | 142 | 30 | 54 | 141 | 47 |
| Binary | 11000010 | 10010000 | 11 | 0 | 11010 | 1100010 | 11000 | 101100 | 1100001 | 100111 |
Color Harmonies of #C29003
Complementary color
Monochromatic Colors of #C29003
Black with #C29003
Text Example
Text Example
White with #C29003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29003; }
p { color: rgb(194,144,3); }
H1.HeaderClassName
{
color: #C29003;
}
.AnyTagClassName
{
color: #C29003;
}
</style>
background-color css
<style>
a { background-color: #C29003; }
a { background-color: rgb(194,144,3); }
div.DivClassName
{
background-color: #C29003;
}
.BgClassName
{
background-color: #C29003;
}
</style>
border-color css
<style>
span { border-color: #C29003; }
span { border-color: rgb(194,144,3); }
td.TdClassName
{
border-color: #C29003;
}
.TagClassName
{
border-color: #C29003;
}
</style>