Shades of Dark Goldenrod #C97603
Tints of Dark Goldenrod #C97603
RGB
CMYK
RGB Variations
Color information
#C97603 (or 0xC97603) is known color: Dark Goldenrod. HEX triplet: C9, 76 and 03. RGB value is (201,118,3). Sum of RGB (Red+Green+Blue) = 201+118+3=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C97603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97603 is #3689FC. Grayscale: #828282. Windows color (decimal): -3574269 or 227017. OLE color: 227017.
HSL color Cylindrical-coordinate representation of color #C97603: hue angle of 34.85º 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 #C97603 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 3 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.21 |
| HSL | 34.85º | 0.97% | 0.4% | - |
| HSV(B) | 34.85º | 0.99% | 0.79% | - |
| XYZ | 30.58 | 25.38 | 3.37 | - |
| YUV | 129.71 | 56.5 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 3 | 0 | 0.41 | 0.99 | 0.21 | 34.85 | 0.97 | 0.4 |
| Hex | C9 | 76 | 3 | 0 | 29 | 63 | 15 | 23 | 61 | 28 |
| Octal | 311 | 166 | 3 | 0 | 51 | 143 | 25 | 43 | 141 | 50 |
| Binary | 11001001 | 1110110 | 11 | 0 | 101001 | 1100011 | 10101 | 100011 | 1100001 | 101000 |
Color Harmonies of #C97603
Complementary color
Monochromatic Colors of #C97603
Black with #C97603
Text Example
Text Example
White with #C97603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97603; }
p { color: rgb(201,118,3); }
H1.HeaderClassName
{
color: #C97603;
}
.AnyTagClassName
{
color: #C97603;
}
</style>
background-color css
<style>
a { background-color: #C97603; }
a { background-color: rgb(201,118,3); }
div.DivClassName
{
background-color: #C97603;
}
.BgClassName
{
background-color: #C97603;
}
</style>
border-color css
<style>
span { border-color: #C97603; }
span { border-color: rgb(201,118,3); }
td.TdClassName
{
border-color: #C97603;
}
.TagClassName
{
border-color: #C97603;
}
</style>