Shades of Dark Goldenrod #C87700
Tints of Dark Goldenrod #C87700
RGB
CMYK
RGB Variations
Color information
#C87700 (or 0xC87700) is known color: Dark Goldenrod. HEX triplet: C8, 77 and 00. RGB value is (200,119,0). Sum of RGB (Red+Green+Blue) = 200+119+0=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C87700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87700 is #3788FF. Grayscale: #828282. Windows color (decimal): -3639552 or 30664. OLE color: 30664.
HSL color Cylindrical-coordinate representation of color #C87700: hue angle of 35.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C87700 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.22 |
| HSL | 35.7º | 1% | 0.39% | - |
| HSV(B) | 35.7º | 1% | 0.78% | - |
| XYZ | 30.42 | 25.47 | 3.31 | - |
| YUV | 129.65 | 54.84 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 0 | 0 | 0.40 | 1 | 0.22 | 35.7 | 1 | 0.39 |
| Hex | C8 | 77 | 0 | 0 | 28 | 64 | 16 | 24 | 64 | 27 |
| Octal | 310 | 167 | 0 | 0 | 50 | 144 | 26 | 44 | 144 | 47 |
| Binary | 11001000 | 1110111 | 0 | 0 | 101000 | 1100100 | 10110 | 100100 | 1100100 | 100111 |
Color Harmonies of #C87700
Complementary color
Monochromatic Colors of #C87700
Black with #C87700
Text Example
Text Example
White with #C87700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87700; }
p { color: rgb(200,119,0); }
H1.HeaderClassName
{
color: #C87700;
}
.AnyTagClassName
{
color: #C87700;
}
</style>
background-color css
<style>
a { background-color: #C87700; }
a { background-color: rgb(200,119,0); }
div.DivClassName
{
background-color: #C87700;
}
.BgClassName
{
background-color: #C87700;
}
</style>
border-color css
<style>
span { border-color: #C87700; }
span { border-color: rgb(200,119,0); }
td.TdClassName
{
border-color: #C87700;
}
.TagClassName
{
border-color: #C87700;
}
</style>