Shades of Dark Goldenrod #C87407
Tints of Dark Goldenrod #C87407
RGB
CMYK
RGB Variations
Color information
#C87407 (or 0xC87407) is known color: Dark Goldenrod. HEX triplet: C8, 74 and 07. RGB value is (200,116,7). Sum of RGB (Red+Green+Blue) = 200+116+7=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C87407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87407 is #378BF8. Grayscale: #818181. Windows color (decimal): -3640313 or 488648. OLE color: 488648.
HSL color Cylindrical-coordinate representation of color #C87407: hue angle of 33.89º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C87407 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 7 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.22 |
| HSL | 33.89º | 0.93% | 0.41% | - |
| HSV(B) | 33.89º | 0.97% | 0.78% | - |
| XYZ | 30.1 | 24.79 | 3.4 | - |
| YUV | 128.69 | 59.33 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 7 | 0 | 0.42 | 0.96 | 0.22 | 33.89 | 0.93 | 0.41 |
| Hex | C8 | 74 | 7 | 0 | 2A | 60 | 16 | 22 | 5D | 29 |
| Octal | 310 | 164 | 7 | 0 | 52 | 140 | 26 | 42 | 135 | 51 |
| Binary | 11001000 | 1110100 | 111 | 0 | 101010 | 1100000 | 10110 | 100010 | 1011101 | 101001 |
Color Harmonies of #C87407
Complementary color
Monochromatic Colors of #C87407
Black with #C87407
Text Example
Text Example
White with #C87407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87407; }
p { color: rgb(200,116,7); }
H1.HeaderClassName
{
color: #C87407;
}
.AnyTagClassName
{
color: #C87407;
}
</style>
background-color css
<style>
a { background-color: #C87407; }
a { background-color: rgb(200,116,7); }
div.DivClassName
{
background-color: #C87407;
}
.BgClassName
{
background-color: #C87407;
}
</style>
border-color css
<style>
span { border-color: #C87407; }
span { border-color: rgb(200,116,7); }
td.TdClassName
{
border-color: #C87407;
}
.TagClassName
{
border-color: #C87407;
}
</style>