Shades of Dark Goldenrod #C97903
Tints of Dark Goldenrod #C97903
RGB
CMYK
RGB Variations
Color information
#C97903 (or 0xC97903) is known color: Dark Goldenrod. HEX triplet: C9, 79 and 03. RGB value is (201,121,3). Sum of RGB (Red+Green+Blue) = 201+121+3=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C97903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97903 is #3686FC. Grayscale: #848484. Windows color (decimal): -3573501 or 227785. OLE color: 227785.
HSL color Cylindrical-coordinate representation of color #C97903: hue angle of 35.76º 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 #C97903 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 121 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.21 |
| HSL | 35.76º | 0.97% | 0.4% | - |
| HSV(B) | 35.76º | 0.99% | 0.79% | - |
| XYZ | 30.94 | 26.1 | 3.49 | - |
| YUV | 131.47 | 55.5 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 121 | 3 | 0 | 0.40 | 0.99 | 0.21 | 35.76 | 0.97 | 0.4 |
| Hex | C9 | 79 | 3 | 0 | 28 | 63 | 15 | 24 | 61 | 28 |
| Octal | 311 | 171 | 3 | 0 | 50 | 143 | 25 | 44 | 141 | 50 |
| Binary | 11001001 | 1111001 | 11 | 0 | 101000 | 1100011 | 10101 | 100100 | 1100001 | 101000 |
Color Harmonies of #C97903
Complementary color
Monochromatic Colors of #C97903
Black with #C97903
Text Example
Text Example
White with #C97903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97903; }
p { color: rgb(201,121,3); }
H1.HeaderClassName
{
color: #C97903;
}
.AnyTagClassName
{
color: #C97903;
}
</style>
background-color css
<style>
a { background-color: #C97903; }
a { background-color: rgb(201,121,3); }
div.DivClassName
{
background-color: #C97903;
}
.BgClassName
{
background-color: #C97903;
}
</style>
border-color css
<style>
span { border-color: #C97903; }
span { border-color: rgb(201,121,3); }
td.TdClassName
{
border-color: #C97903;
}
.TagClassName
{
border-color: #C97903;
}
</style>