Shades of Dark Goldenrod #C49102
Tints of Dark Goldenrod #C49102
RGB
CMYK
RGB Variations
Color information
#C49102 (or 0xC49102) is known color: Dark Goldenrod. HEX triplet: C4, 91 and 02. RGB value is (196,145,2). Sum of RGB (Red+Green+Blue) = 196+145+2=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C49102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49102 is #3B6EFD. Grayscale: #909090. Windows color (decimal): -3895038 or 168388. OLE color: 168388.
HSL color Cylindrical-coordinate representation of color #C49102: hue angle of 44.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C49102 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.23 |
| HSL | 44.23º | 0.98% | 0.39% | - |
| HSV(B) | 44.23º | 0.99% | 0.77% | - |
| XYZ | 32.9 | 31.99 | 4.5 | - |
| YUV | 143.95 | 47.9 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 2 | 0 | 0.26 | 0.99 | 0.23 | 44.23 | 0.98 | 0.39 |
| Hex | C4 | 91 | 2 | 0 | 1A | 63 | 17 | 2C | 62 | 27 |
| Octal | 304 | 221 | 2 | 0 | 32 | 143 | 27 | 54 | 142 | 47 |
| Binary | 11000100 | 10010001 | 10 | 0 | 11010 | 1100011 | 10111 | 101100 | 1100010 | 100111 |
Color Harmonies of #C49102
Complementary color
Monochromatic Colors of #C49102
Black with #C49102
Text Example
Text Example
White with #C49102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49102; }
p { color: rgb(196,145,2); }
H1.HeaderClassName
{
color: #C49102;
}
.AnyTagClassName
{
color: #C49102;
}
</style>
background-color css
<style>
a { background-color: #C49102; }
a { background-color: rgb(196,145,2); }
div.DivClassName
{
background-color: #C49102;
}
.BgClassName
{
background-color: #C49102;
}
</style>
border-color css
<style>
span { border-color: #C49102; }
span { border-color: rgb(196,145,2); }
td.TdClassName
{
border-color: #C49102;
}
.TagClassName
{
border-color: #C49102;
}
</style>