Shades of Dark Goldenrod #C99502
Tints of Dark Goldenrod #C99502
RGB
CMYK
RGB Variations
Color information
#C99502 (or 0xC99502) is known color: Dark Goldenrod. HEX triplet: C9, 95 and 02. RGB value is (201,149,2). Sum of RGB (Red+Green+Blue) = 201+149+2=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C99502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99502 is #366AFD. Grayscale: #949494. Windows color (decimal): -3566334 or 169417. OLE color: 169417.
HSL color Cylindrical-coordinate representation of color #C99502: hue angle of 44.32º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C99502 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.21 |
| HSL | 44.32º | 0.98% | 0.4% | - |
| HSV(B) | 44.32º | 0.99% | 0.79% | - |
| XYZ | 34.85 | 33.92 | 4.77 | - |
| YUV | 147.79 | 45.73 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 2 | 0 | 0.26 | 0.99 | 0.21 | 44.32 | 0.98 | 0.4 |
| Hex | C9 | 95 | 2 | 0 | 1A | 63 | 15 | 2C | 62 | 28 |
| Octal | 311 | 225 | 2 | 0 | 32 | 143 | 25 | 54 | 142 | 50 |
| Binary | 11001001 | 10010101 | 10 | 0 | 11010 | 1100011 | 10101 | 101100 | 1100010 | 101000 |
Color Harmonies of #C99502
Complementary color
Monochromatic Colors of #C99502
Black with #C99502
Text Example
Text Example
White with #C99502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99502; }
p { color: rgb(201,149,2); }
H1.HeaderClassName
{
color: #C99502;
}
.AnyTagClassName
{
color: #C99502;
}
</style>
background-color css
<style>
a { background-color: #C99502; }
a { background-color: rgb(201,149,2); }
div.DivClassName
{
background-color: #C99502;
}
.BgClassName
{
background-color: #C99502;
}
</style>
border-color css
<style>
span { border-color: #C99502; }
span { border-color: rgb(201,149,2); }
td.TdClassName
{
border-color: #C99502;
}
.TagClassName
{
border-color: #C99502;
}
</style>