Shades of Dark Goldenrod #C49402
Tints of Dark Goldenrod #C49402
RGB
CMYK
RGB Variations
Color information
#C49402 (or 0xC49402) is known color: Dark Goldenrod. HEX triplet: C4, 94 and 02. RGB value is (196,148,2). Sum of RGB (Red+Green+Blue) = 196+148+2=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C49402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49402 is #3B6BFD. Grayscale: #929292. Windows color (decimal): -3894270 or 169156. OLE color: 169156.
HSL color Cylindrical-coordinate representation of color #C49402: hue angle of 45.15º 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 #C49402 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.23 |
| HSL | 45.15º | 0.98% | 0.39% | - |
| HSV(B) | 45.15º | 0.99% | 0.77% | - |
| XYZ | 33.37 | 32.92 | 4.65 | - |
| YUV | 145.71 | 46.9 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 2 | 0 | 0.24 | 0.99 | 0.23 | 45.15 | 0.98 | 0.39 |
| Hex | C4 | 94 | 2 | 0 | 18 | 63 | 17 | 2D | 62 | 27 |
| Octal | 304 | 224 | 2 | 0 | 30 | 143 | 27 | 55 | 142 | 47 |
| Binary | 11000100 | 10010100 | 10 | 0 | 11000 | 1100011 | 10111 | 101101 | 1100010 | 100111 |
Color Harmonies of #C49402
Complementary color
Monochromatic Colors of #C49402
Black with #C49402
Text Example
Text Example
White with #C49402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49402; }
p { color: rgb(196,148,2); }
H1.HeaderClassName
{
color: #C49402;
}
.AnyTagClassName
{
color: #C49402;
}
</style>
background-color css
<style>
a { background-color: #C49402; }
a { background-color: rgb(196,148,2); }
div.DivClassName
{
background-color: #C49402;
}
.BgClassName
{
background-color: #C49402;
}
</style>
border-color css
<style>
span { border-color: #C49402; }
span { border-color: rgb(196,148,2); }
td.TdClassName
{
border-color: #C49402;
}
.TagClassName
{
border-color: #C49402;
}
</style>