Shades of Dark Goldenrod #C87903
Tints of Dark Goldenrod #C87903
RGB
CMYK
RGB Variations
Color information
#C87903 (or 0xC87903) is known color: Dark Goldenrod. HEX triplet: C8, 79 and 03. RGB value is (200,121,3). Sum of RGB (Red+Green+Blue) = 200+121+3=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C87903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87903 is #3786FC. Grayscale: #838383. Windows color (decimal): -3639037 or 227784. OLE color: 227784.
HSL color Cylindrical-coordinate representation of color #C87903: hue angle of 35.94º 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 #C87903 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.22 |
| HSL | 35.94º | 0.97% | 0.4% | - |
| HSV(B) | 35.94º | 0.99% | 0.78% | - |
| XYZ | 30.67 | 25.96 | 3.48 | - |
| YUV | 131.17 | 55.67 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 3 | 0 | 0.39 | 0.98 | 0.22 | 35.94 | 0.97 | 0.4 |
| Hex | C8 | 79 | 3 | 0 | 27 | 62 | 16 | 24 | 61 | 28 |
| Octal | 310 | 171 | 3 | 0 | 47 | 142 | 26 | 44 | 141 | 50 |
| Binary | 11001000 | 1111001 | 11 | 0 | 100111 | 1100010 | 10110 | 100100 | 1100001 | 101000 |
Color Harmonies of #C87903
Complementary color
Monochromatic Colors of #C87903
Black with #C87903
Text Example
Text Example
White with #C87903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87903; }
p { color: rgb(200,121,3); }
H1.HeaderClassName
{
color: #C87903;
}
.AnyTagClassName
{
color: #C87903;
}
</style>
background-color css
<style>
a { background-color: #C87903; }
a { background-color: rgb(200,121,3); }
div.DivClassName
{
background-color: #C87903;
}
.BgClassName
{
background-color: #C87903;
}
</style>
border-color css
<style>
span { border-color: #C87903; }
span { border-color: rgb(200,121,3); }
td.TdClassName
{
border-color: #C87903;
}
.TagClassName
{
border-color: #C87903;
}
</style>