Shades of Dark Goldenrod #C87705
Tints of Dark Goldenrod #C87705
RGB
CMYK
RGB Variations
Color information
#C87705 (or 0xC87705) is known color: Dark Goldenrod. HEX triplet: C8, 77 and 05. RGB value is (200,119,5). Sum of RGB (Red+Green+Blue) = 200+119+5=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C87705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87705 is #3788FA. Grayscale: #828282. Windows color (decimal): -3639547 or 358344. OLE color: 358344.
HSL color Cylindrical-coordinate representation of color #C87705: hue angle of 35.08º 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 #C87705 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.22 |
| HSL | 35.08º | 0.95% | 0.4% | - |
| HSV(B) | 35.08º | 0.98% | 0.78% | - |
| XYZ | 30.44 | 25.48 | 3.46 | - |
| YUV | 130.22 | 57.34 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 5 | 0 | 0.40 | 0.98 | 0.22 | 35.08 | 0.95 | 0.4 |
| Hex | C8 | 77 | 5 | 0 | 28 | 62 | 16 | 23 | 5F | 28 |
| Octal | 310 | 167 | 5 | 0 | 50 | 142 | 26 | 43 | 137 | 50 |
| Binary | 11001000 | 1110111 | 101 | 0 | 101000 | 1100010 | 10110 | 100011 | 1011111 | 101000 |
Color Harmonies of #C87705
Complementary color
Monochromatic Colors of #C87705
Black with #C87705
Text Example
Text Example
White with #C87705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87705; }
p { color: rgb(200,119,5); }
H1.HeaderClassName
{
color: #C87705;
}
.AnyTagClassName
{
color: #C87705;
}
</style>
background-color css
<style>
a { background-color: #C87705; }
a { background-color: rgb(200,119,5); }
div.DivClassName
{
background-color: #C87705;
}
.BgClassName
{
background-color: #C87705;
}
</style>
border-color css
<style>
span { border-color: #C87705; }
span { border-color: rgb(200,119,5); }
td.TdClassName
{
border-color: #C87705;
}
.TagClassName
{
border-color: #C87705;
}
</style>