Shades of Dark Goldenrod #C97803
Tints of Dark Goldenrod #C97803
RGB
CMYK
RGB Variations
Color information
#C97803 (or 0xC97803) is known color: Dark Goldenrod. HEX triplet: C9, 78 and 03. RGB value is (201,120,3). Sum of RGB (Red+Green+Blue) = 201+120+3=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C97803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97803 is #3687FC. Grayscale: #838383. Windows color (decimal): -3573757 or 227529. OLE color: 227529.
HSL color Cylindrical-coordinate representation of color #C97803: hue angle of 35.45º 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 #C97803 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.21 |
| HSL | 35.45º | 0.97% | 0.4% | - |
| HSV(B) | 35.45º | 0.99% | 0.79% | - |
| XYZ | 30.82 | 25.86 | 3.45 | - |
| YUV | 130.88 | 55.84 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 3 | 0 | 0.40 | 0.99 | 0.21 | 35.45 | 0.97 | 0.4 |
| Hex | C9 | 78 | 3 | 0 | 28 | 63 | 15 | 23 | 61 | 28 |
| Octal | 311 | 170 | 3 | 0 | 50 | 143 | 25 | 43 | 141 | 50 |
| Binary | 11001001 | 1111000 | 11 | 0 | 101000 | 1100011 | 10101 | 100011 | 1100001 | 101000 |
Color Harmonies of #C97803
Complementary color
Monochromatic Colors of #C97803
Black with #C97803
Text Example
Text Example
White with #C97803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97803; }
p { color: rgb(201,120,3); }
H1.HeaderClassName
{
color: #C97803;
}
.AnyTagClassName
{
color: #C97803;
}
</style>
background-color css
<style>
a { background-color: #C97803; }
a { background-color: rgb(201,120,3); }
div.DivClassName
{
background-color: #C97803;
}
.BgClassName
{
background-color: #C97803;
}
</style>
border-color css
<style>
span { border-color: #C97803; }
span { border-color: rgb(201,120,3); }
td.TdClassName
{
border-color: #C97803;
}
.TagClassName
{
border-color: #C97803;
}
</style>