Shades of Dark Goldenrod #C29011
Tints of Dark Goldenrod #C29011
RGB
CMYK
RGB Variations
Color information
#C29011 (or 0xC29011) is known color: Dark Goldenrod. HEX triplet: C2, 90 and 11. RGB value is (194,144,17). Sum of RGB (Red+Green+Blue) = 194+144+17=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C29011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29011 is #3D6FEE. Grayscale: #919191. Windows color (decimal): -4026351 or 1151170. OLE color: 1151170.
HSL color Cylindrical-coordinate representation of color #C29011: hue angle of 43.05º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C29011 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 17 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.24 |
| HSL | 43.05º | 0.84% | 0.41% | - |
| HSV(B) | 43.05º | 0.91% | 0.76% | - |
| XYZ | 32.32 | 31.46 | 4.9 | - |
| YUV | 144.47 | 56.07 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 17 | 0 | 0.26 | 0.91 | 0.24 | 43.05 | 0.84 | 0.41 |
| Hex | C2 | 90 | 11 | 0 | 1A | 5B | 18 | 2B | 54 | 29 |
| Octal | 302 | 220 | 21 | 0 | 32 | 133 | 30 | 53 | 124 | 51 |
| Binary | 11000010 | 10010000 | 10001 | 0 | 11010 | 1011011 | 11000 | 101011 | 1010100 | 101001 |
Color Harmonies of #C29011
Complementary color
Monochromatic Colors of #C29011
Black with #C29011
Text Example
Text Example
White with #C29011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29011; }
p { color: rgb(194,144,17); }
H1.HeaderClassName
{
color: #C29011;
}
.AnyTagClassName
{
color: #C29011;
}
</style>
background-color css
<style>
a { background-color: #C29011; }
a { background-color: rgb(194,144,17); }
div.DivClassName
{
background-color: #C29011;
}
.BgClassName
{
background-color: #C29011;
}
</style>
border-color css
<style>
span { border-color: #C29011; }
span { border-color: rgb(194,144,17); }
td.TdClassName
{
border-color: #C29011;
}
.TagClassName
{
border-color: #C29011;
}
</style>