Shades of Dark Goldenrod #C99605
Tints of Dark Goldenrod #C99605
RGB
CMYK
RGB Variations
Color information
#C99605 (or 0xC99605) is known color: Dark Goldenrod. HEX triplet: C9, 96 and 05. RGB value is (201,150,5). Sum of RGB (Red+Green+Blue) = 201+150+5=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C99605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99605 is #3669FA. Grayscale: #959595. Windows color (decimal): -3566075 or 366281. OLE color: 366281.
HSL color Cylindrical-coordinate representation of color #C99605: hue angle of 44.39º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C99605 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.21 |
| HSL | 44.39º | 0.95% | 0.4% | - |
| HSV(B) | 44.39º | 0.98% | 0.79% | - |
| XYZ | 35.02 | 34.24 | 4.91 | - |
| YUV | 148.72 | 46.9 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 5 | 0 | 0.25 | 0.98 | 0.21 | 44.39 | 0.95 | 0.4 |
| Hex | C9 | 96 | 5 | 0 | 19 | 62 | 15 | 2C | 5F | 28 |
| Octal | 311 | 226 | 5 | 0 | 31 | 142 | 25 | 54 | 137 | 50 |
| Binary | 11001001 | 10010110 | 101 | 0 | 11001 | 1100010 | 10101 | 101100 | 1011111 | 101000 |
Color Harmonies of #C99605
Complementary color
Monochromatic Colors of #C99605
Black with #C99605
Text Example
Text Example
White with #C99605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99605; }
p { color: rgb(201,150,5); }
H1.HeaderClassName
{
color: #C99605;
}
.AnyTagClassName
{
color: #C99605;
}
</style>
background-color css
<style>
a { background-color: #C99605; }
a { background-color: rgb(201,150,5); }
div.DivClassName
{
background-color: #C99605;
}
.BgClassName
{
background-color: #C99605;
}
</style>
border-color css
<style>
span { border-color: #C99605; }
span { border-color: rgb(201,150,5); }
td.TdClassName
{
border-color: #C99605;
}
.TagClassName
{
border-color: #C99605;
}
</style>