Shades of Dark Goldenrod #C87403
Tints of Dark Goldenrod #C87403
RGB
CMYK
RGB Variations
Color information
#C87403 (or 0xC87403) is known color: Dark Goldenrod. HEX triplet: C8, 74 and 03. RGB value is (200,116,3). Sum of RGB (Red+Green+Blue) = 200+116+3=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C87403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87403 is #378BFC. Grayscale: #808080. Windows color (decimal): -3640317 or 226504. OLE color: 226504.
HSL color Cylindrical-coordinate representation of color #C87403: hue angle of 34.42º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C87403 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.22 |
| HSL | 34.42º | 0.97% | 0.4% | - |
| HSV(B) | 34.42º | 0.99% | 0.78% | - |
| XYZ | 30.08 | 24.78 | 3.28 | - |
| YUV | 128.23 | 57.33 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 3 | 0 | 0.42 | 0.98 | 0.22 | 34.42 | 0.97 | 0.4 |
| Hex | C8 | 74 | 3 | 0 | 2A | 62 | 16 | 22 | 61 | 28 |
| Octal | 310 | 164 | 3 | 0 | 52 | 142 | 26 | 42 | 141 | 50 |
| Binary | 11001000 | 1110100 | 11 | 0 | 101010 | 1100010 | 10110 | 100010 | 1100001 | 101000 |
Color Harmonies of #C87403
Complementary color
Monochromatic Colors of #C87403
Black with #C87403
Text Example
Text Example
White with #C87403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87403; }
p { color: rgb(200,116,3); }
H1.HeaderClassName
{
color: #C87403;
}
.AnyTagClassName
{
color: #C87403;
}
</style>
background-color css
<style>
a { background-color: #C87403; }
a { background-color: rgb(200,116,3); }
div.DivClassName
{
background-color: #C87403;
}
.BgClassName
{
background-color: #C87403;
}
</style>
border-color css
<style>
span { border-color: #C87403; }
span { border-color: rgb(200,116,3); }
td.TdClassName
{
border-color: #C87403;
}
.TagClassName
{
border-color: #C87403;
}
</style>