Shades of Dark Goldenrod #C87205
Tints of Dark Goldenrod #C87205
RGB
CMYK
RGB Variations
Color information
#C87205 (or 0xC87205) is known color: Dark Goldenrod. HEX triplet: C8, 72 and 05. RGB value is (200,114,5). Sum of RGB (Red+Green+Blue) = 200+114+5=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C87205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87205 is #378DFA. Grayscale: #7F7F7F. Windows color (decimal): -3640827 or 357064. OLE color: 357064.
HSL color Cylindrical-coordinate representation of color #C87205: hue angle of 33.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C87205 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.22 |
| HSL | 33.54º | 0.95% | 0.4% | - |
| HSV(B) | 33.54º | 0.98% | 0.78% | - |
| XYZ | 29.86 | 24.32 | 3.26 | - |
| YUV | 127.29 | 58.99 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 5 | 0 | 0.43 | 0.98 | 0.22 | 33.54 | 0.95 | 0.4 |
| Hex | C8 | 72 | 5 | 0 | 2B | 62 | 16 | 22 | 5F | 28 |
| Octal | 310 | 162 | 5 | 0 | 53 | 142 | 26 | 42 | 137 | 50 |
| Binary | 11001000 | 1110010 | 101 | 0 | 101011 | 1100010 | 10110 | 100010 | 1011111 | 101000 |
Color Harmonies of #C87205
Complementary color
Monochromatic Colors of #C87205
Black with #C87205
Text Example
Text Example
White with #C87205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87205; }
p { color: rgb(200,114,5); }
H1.HeaderClassName
{
color: #C87205;
}
.AnyTagClassName
{
color: #C87205;
}
</style>
background-color css
<style>
a { background-color: #C87205; }
a { background-color: rgb(200,114,5); }
div.DivClassName
{
background-color: #C87205;
}
.BgClassName
{
background-color: #C87205;
}
</style>
border-color css
<style>
span { border-color: #C87205; }
span { border-color: rgb(200,114,5); }
td.TdClassName
{
border-color: #C87205;
}
.TagClassName
{
border-color: #C87205;
}
</style>