Shades of Dark Goldenrod #C87301
Tints of Dark Goldenrod #C87301
RGB
CMYK
RGB Variations
Color information
#C87301 (or 0xC87301) is known color: Dark Goldenrod. HEX triplet: C8, 73 and 01. RGB value is (200,115,1). Sum of RGB (Red+Green+Blue) = 200+115+1=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C87301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87301 is #378CFE. Grayscale: #7F7F7F. Windows color (decimal): -3640575 or 95176. OLE color: 95176.
HSL color Cylindrical-coordinate representation of color #C87301: hue angle of 34.37º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C87301 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.22 |
| HSL | 34.37º | 0.99% | 0.39% | - |
| HSV(B) | 34.37º | 1% | 0.78% | - |
| XYZ | 29.96 | 24.54 | 3.19 | - |
| YUV | 127.42 | 56.66 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 1 | 0 | 0.42 | 1.00 | 0.22 | 34.37 | 0.99 | 0.39 |
| Hex | C8 | 73 | 1 | 0 | 2A | 64 | 16 | 22 | 63 | 27 |
| Octal | 310 | 163 | 1 | 0 | 52 | 144 | 26 | 42 | 143 | 47 |
| Binary | 11001000 | 1110011 | 1 | 0 | 101010 | 1100100 | 10110 | 100010 | 1100011 | 100111 |
Color Harmonies of #C87301
Complementary color
Monochromatic Colors of #C87301
Black with #C87301
Text Example
Text Example
White with #C87301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87301; }
p { color: rgb(200,115,1); }
H1.HeaderClassName
{
color: #C87301;
}
.AnyTagClassName
{
color: #C87301;
}
</style>
background-color css
<style>
a { background-color: #C87301; }
a { background-color: rgb(200,115,1); }
div.DivClassName
{
background-color: #C87301;
}
.BgClassName
{
background-color: #C87301;
}
</style>
border-color css
<style>
span { border-color: #C87301; }
span { border-color: rgb(200,115,1); }
td.TdClassName
{
border-color: #C87301;
}
.TagClassName
{
border-color: #C87301;
}
</style>