Shades of Dark Goldenrod #C99606
Tints of Dark Goldenrod #C99606
RGB
CMYK
RGB Variations
Color information
#C99606 (or 0xC99606) is known color: Dark Goldenrod. HEX triplet: C9, 96 and 06. RGB value is (201,150,6). Sum of RGB (Red+Green+Blue) = 201+150+6=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C99606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99606 is #3669F9. Grayscale: #959595. Windows color (decimal): -3566074 or 431817. OLE color: 431817.
HSL color Cylindrical-coordinate representation of color #C99606: hue angle of 44.31º 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 #C99606 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.21 |
| HSL | 44.31º | 0.94% | 0.41% | - |
| HSV(B) | 44.31º | 0.97% | 0.79% | - |
| XYZ | 35.03 | 34.24 | 4.94 | - |
| YUV | 148.83 | 47.4 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 6 | 0 | 0.25 | 0.97 | 0.21 | 44.31 | 0.94 | 0.41 |
| Hex | C9 | 96 | 6 | 0 | 19 | 61 | 15 | 2C | 5E | 29 |
| Octal | 311 | 226 | 6 | 0 | 31 | 141 | 25 | 54 | 136 | 51 |
| Binary | 11001001 | 10010110 | 110 | 0 | 11001 | 1100001 | 10101 | 101100 | 1011110 | 101001 |
Color Harmonies of #C99606
Complementary color
Monochromatic Colors of #C99606
Black with #C99606
Text Example
Text Example
White with #C99606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99606; }
p { color: rgb(201,150,6); }
H1.HeaderClassName
{
color: #C99606;
}
.AnyTagClassName
{
color: #C99606;
}
</style>
background-color css
<style>
a { background-color: #C99606; }
a { background-color: rgb(201,150,6); }
div.DivClassName
{
background-color: #C99606;
}
.BgClassName
{
background-color: #C99606;
}
</style>
border-color css
<style>
span { border-color: #C99606; }
span { border-color: rgb(201,150,6); }
td.TdClassName
{
border-color: #C99606;
}
.TagClassName
{
border-color: #C99606;
}
</style>