Shades of Dark Goldenrod #C97403
Tints of Dark Goldenrod #C97403
RGB
CMYK
RGB Variations
Color information
#C97403 (or 0xC97403) is known color: Dark Goldenrod. HEX triplet: C9, 74 and 03. RGB value is (201,116,3). Sum of RGB (Red+Green+Blue) = 201+116+3=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C97403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97403 is #368BFC. Grayscale: #818181. Windows color (decimal): -3574781 or 226505. OLE color: 226505.
HSL color Cylindrical-coordinate representation of color #C97403: hue angle of 34.24º 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 #C97403 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.21 |
| HSL | 34.24º | 0.97% | 0.4% | - |
| HSV(B) | 34.24º | 0.99% | 0.79% | - |
| XYZ | 30.35 | 24.91 | 3.3 | - |
| YUV | 128.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 3 | 0 | 0.42 | 0.99 | 0.21 | 34.24 | 0.97 | 0.4 |
| Hex | C9 | 74 | 3 | 0 | 2A | 63 | 15 | 22 | 61 | 28 |
| Octal | 311 | 164 | 3 | 0 | 52 | 143 | 25 | 42 | 141 | 50 |
| Binary | 11001001 | 1110100 | 11 | 0 | 101010 | 1100011 | 10101 | 100010 | 1100001 | 101000 |
Color Harmonies of #C97403
Complementary color
Monochromatic Colors of #C97403
Black with #C97403
Text Example
Text Example
White with #C97403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97403; }
p { color: rgb(201,116,3); }
H1.HeaderClassName
{
color: #C97403;
}
.AnyTagClassName
{
color: #C97403;
}
</style>
background-color css
<style>
a { background-color: #C97403; }
a { background-color: rgb(201,116,3); }
div.DivClassName
{
background-color: #C97403;
}
.BgClassName
{
background-color: #C97403;
}
</style>
border-color css
<style>
span { border-color: #C97403; }
span { border-color: rgb(201,116,3); }
td.TdClassName
{
border-color: #C97403;
}
.TagClassName
{
border-color: #C97403;
}
</style>