Shades of Dark Goldenrod #C99402
Tints of Dark Goldenrod #C99402
RGB
CMYK
RGB Variations
Color information
#C99402 (or 0xC99402) is known color: Dark Goldenrod. HEX triplet: C9, 94 and 02. RGB value is (201,148,2). Sum of RGB (Red+Green+Blue) = 201+148+2=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C99402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99402 is #366BFD. Grayscale: #939393. Windows color (decimal): -3566590 or 169161. OLE color: 169161.
HSL color Cylindrical-coordinate representation of color #C99402: hue angle of 44.02º 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 #C99402 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.21 |
| HSL | 44.02º | 0.98% | 0.4% | - |
| HSV(B) | 44.02º | 0.99% | 0.79% | - |
| XYZ | 34.69 | 33.6 | 4.71 | - |
| YUV | 147.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 2 | 0 | 0.26 | 0.99 | 0.21 | 44.02 | 0.98 | 0.4 |
| Hex | C9 | 94 | 2 | 0 | 1A | 63 | 15 | 2C | 62 | 28 |
| Octal | 311 | 224 | 2 | 0 | 32 | 143 | 25 | 54 | 142 | 50 |
| Binary | 11001001 | 10010100 | 10 | 0 | 11010 | 1100011 | 10101 | 101100 | 1100010 | 101000 |
Color Harmonies of #C99402
Complementary color
Monochromatic Colors of #C99402
Black with #C99402
Text Example
Text Example
White with #C99402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99402; }
p { color: rgb(201,148,2); }
H1.HeaderClassName
{
color: #C99402;
}
.AnyTagClassName
{
color: #C99402;
}
</style>
background-color css
<style>
a { background-color: #C99402; }
a { background-color: rgb(201,148,2); }
div.DivClassName
{
background-color: #C99402;
}
.BgClassName
{
background-color: #C99402;
}
</style>
border-color css
<style>
span { border-color: #C99402; }
span { border-color: rgb(201,148,2); }
td.TdClassName
{
border-color: #C99402;
}
.TagClassName
{
border-color: #C99402;
}
</style>