Shades of Dark Goldenrod #C99603
Tints of Dark Goldenrod #C99603
RGB
CMYK
RGB Variations
Color information
#C99603 (or 0xC99603) is known color: Dark Goldenrod. HEX triplet: C9, 96 and 03. RGB value is (201,150,3). Sum of RGB (Red+Green+Blue) = 201+150+3=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C99603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99603 is #3669FC. Grayscale: #959595. Windows color (decimal): -3566077 or 235209. OLE color: 235209.
HSL color Cylindrical-coordinate representation of color #C99603: hue angle of 44.55º degrees, saturation: 0.97, 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 #C99603 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.21 |
| HSL | 44.55º | 0.97% | 0.4% | - |
| HSV(B) | 44.55º | 0.99% | 0.79% | - |
| XYZ | 35.01 | 34.24 | 4.85 | - |
| YUV | 148.49 | 45.9 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 3 | 0 | 0.25 | 0.99 | 0.21 | 44.55 | 0.97 | 0.4 |
| Hex | C9 | 96 | 3 | 0 | 19 | 63 | 15 | 2D | 61 | 28 |
| Octal | 311 | 226 | 3 | 0 | 31 | 143 | 25 | 55 | 141 | 50 |
| Binary | 11001001 | 10010110 | 11 | 0 | 11001 | 1100011 | 10101 | 101101 | 1100001 | 101000 |
Color Harmonies of #C99603
Complementary color
Monochromatic Colors of #C99603
Black with #C99603
Text Example
Text Example
White with #C99603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99603; }
p { color: rgb(201,150,3); }
H1.HeaderClassName
{
color: #C99603;
}
.AnyTagClassName
{
color: #C99603;
}
</style>
background-color css
<style>
a { background-color: #C99603; }
a { background-color: rgb(201,150,3); }
div.DivClassName
{
background-color: #C99603;
}
.BgClassName
{
background-color: #C99603;
}
</style>
border-color css
<style>
span { border-color: #C99603; }
span { border-color: rgb(201,150,3); }
td.TdClassName
{
border-color: #C99603;
}
.TagClassName
{
border-color: #C99603;
}
</style>