Shades of Dark Goldenrod #C87708
Tints of Dark Goldenrod #C87708
RGB
CMYK
RGB Variations
Color information
#C87708 (or 0xC87708) is known color: Dark Goldenrod. HEX triplet: C8, 77 and 08. RGB value is (200,119,8). Sum of RGB (Red+Green+Blue) = 200+119+8=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C87708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87708 is #3788F7. Grayscale: #838383. Windows color (decimal): -3639544 or 554952. OLE color: 554952.
HSL color Cylindrical-coordinate representation of color #C87708: hue angle of 34.69º degrees, saturation: 0.92, 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 #C87708 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.22 |
| HSL | 34.69º | 0.92% | 0.41% | - |
| HSV(B) | 34.69º | 0.96% | 0.78% | - |
| XYZ | 30.46 | 25.49 | 3.54 | - |
| YUV | 130.57 | 58.84 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 8 | 0 | 0.40 | 0.96 | 0.22 | 34.69 | 0.92 | 0.41 |
| Hex | C8 | 77 | 8 | 0 | 28 | 60 | 16 | 23 | 5C | 29 |
| Octal | 310 | 167 | 10 | 0 | 50 | 140 | 26 | 43 | 134 | 51 |
| Binary | 11001000 | 1110111 | 1000 | 0 | 101000 | 1100000 | 10110 | 100011 | 1011100 | 101001 |
Color Harmonies of #C87708
Complementary color
Monochromatic Colors of #C87708
Black with #C87708
Text Example
Text Example
White with #C87708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87708; }
p { color: rgb(200,119,8); }
H1.HeaderClassName
{
color: #C87708;
}
.AnyTagClassName
{
color: #C87708;
}
</style>
background-color css
<style>
a { background-color: #C87708; }
a { background-color: rgb(200,119,8); }
div.DivClassName
{
background-color: #C87708;
}
.BgClassName
{
background-color: #C87708;
}
</style>
border-color css
<style>
span { border-color: #C87708; }
span { border-color: rgb(200,119,8); }
td.TdClassName
{
border-color: #C87708;
}
.TagClassName
{
border-color: #C87708;
}
</style>