Shades of Dark Goldenrod #C99006
Tints of Dark Goldenrod #C99006
RGB
CMYK
RGB Variations
Color information
#C99006 (or 0xC99006) is known color: Dark Goldenrod. HEX triplet: C9, 90 and 06. RGB value is (201,144,6). Sum of RGB (Red+Green+Blue) = 201+144+6=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C99006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99006 is #366FF9. Grayscale: #919191. Windows color (decimal): -3567610 or 430281. OLE color: 430281.
HSL color Cylindrical-coordinate representation of color #C99006: hue angle of 42.46º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C99006 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.21 |
| HSL | 42.46º | 0.94% | 0.41% | - |
| HSV(B) | 42.46º | 0.97% | 0.79% | - |
| XYZ | 34.09 | 32.38 | 4.62 | - |
| YUV | 145.31 | 49.38 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 6 | 0 | 0.28 | 0.97 | 0.21 | 42.46 | 0.94 | 0.41 |
| Hex | C9 | 90 | 6 | 0 | 1C | 61 | 15 | 2A | 5E | 29 |
| Octal | 311 | 220 | 6 | 0 | 34 | 141 | 25 | 52 | 136 | 51 |
| Binary | 11001001 | 10010000 | 110 | 0 | 11100 | 1100001 | 10101 | 101010 | 1011110 | 101001 |
Color Harmonies of #C99006
Complementary color
Monochromatic Colors of #C99006
Black with #C99006
Text Example
Text Example
White with #C99006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99006; }
p { color: rgb(201,144,6); }
H1.HeaderClassName
{
color: #C99006;
}
.AnyTagClassName
{
color: #C99006;
}
</style>
background-color css
<style>
a { background-color: #C99006; }
a { background-color: rgb(201,144,6); }
div.DivClassName
{
background-color: #C99006;
}
.BgClassName
{
background-color: #C99006;
}
</style>
border-color css
<style>
span { border-color: #C99006; }
span { border-color: rgb(201,144,6); }
td.TdClassName
{
border-color: #C99006;
}
.TagClassName
{
border-color: #C99006;
}
</style>