Shades of Dark Goldenrod #C29102
Tints of Dark Goldenrod #C29102
RGB
CMYK
RGB Variations
Color information
#C29102 (or 0xC29102) is known color: Dark Goldenrod. HEX triplet: C2, 91 and 02. RGB value is (194,145,2). Sum of RGB (Red+Green+Blue) = 194+145+2=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C29102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29102 is #3D6EFD. Grayscale: #8F8F8F. Windows color (decimal): -4026110 or 168386. OLE color: 168386.
HSL color Cylindrical-coordinate representation of color #C29102: hue angle of 44.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C29102 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.24 |
| HSL | 44.69º | 0.98% | 0.38% | - |
| HSV(B) | 44.69º | 0.99% | 0.76% | - |
| XYZ | 32.38 | 31.72 | 4.47 | - |
| YUV | 143.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 2 | 0 | 0.25 | 0.99 | 0.24 | 44.69 | 0.98 | 0.38 |
| Hex | C2 | 91 | 2 | 0 | 19 | 63 | 18 | 2D | 62 | 26 |
| Octal | 302 | 221 | 2 | 0 | 31 | 143 | 30 | 55 | 142 | 46 |
| Binary | 11000010 | 10010001 | 10 | 0 | 11001 | 1100011 | 11000 | 101101 | 1100010 | 100110 |
Color Harmonies of #C29102
Complementary color
Monochromatic Colors of #C29102
Black with #C29102
Text Example
Text Example
White with #C29102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29102; }
p { color: rgb(194,145,2); }
H1.HeaderClassName
{
color: #C29102;
}
.AnyTagClassName
{
color: #C29102;
}
</style>
background-color css
<style>
a { background-color: #C29102; }
a { background-color: rgb(194,145,2); }
div.DivClassName
{
background-color: #C29102;
}
.BgClassName
{
background-color: #C29102;
}
</style>
border-color css
<style>
span { border-color: #C29102; }
span { border-color: rgb(194,145,2); }
td.TdClassName
{
border-color: #C29102;
}
.TagClassName
{
border-color: #C29102;
}
</style>