Shades of Dark Goldenrod #C87A0C
Tints of Dark Goldenrod #C87A0C
RGB
CMYK
RGB Variations
Color information
#C87A0C (or 0xC87A0C) is known color: Dark Goldenrod. HEX triplet: C8, 7A and 0C. RGB value is (200,122,12). Sum of RGB (Red+Green+Blue) = 200+122+12=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A0C is #3785F3. Grayscale: #858585. Windows color (decimal): -3638772 or 817864. OLE color: 817864.
HSL color Cylindrical-coordinate representation of color #C87A0C: hue angle of 35.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C87A0C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.22 |
| HSL | 35.11º | 0.89% | 0.42% | - |
| HSV(B) | 35.11º | 0.94% | 0.78% | - |
| XYZ | 30.85 | 26.22 | 3.78 | - |
| YUV | 132.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 12 | 0 | 0.39 | 0.94 | 0.22 | 35.11 | 0.89 | 0.42 |
| Hex | C8 | 7A | C | 0 | 27 | 5E | 16 | 23 | 59 | 2A |
| Octal | 310 | 172 | 14 | 0 | 47 | 136 | 26 | 43 | 131 | 52 |
| Binary | 11001000 | 1111010 | 1100 | 0 | 100111 | 1011110 | 10110 | 100011 | 1011001 | 101010 |
Color Harmonies of #C87A0C
Complementary color
Monochromatic Colors of #C87A0C
Black with #C87A0C
Text Example
Text Example
White with #C87A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A0C; }
p { color: rgb(200,122,12); }
H1.HeaderClassName
{
color: #C87A0C;
}
.AnyTagClassName
{
color: #C87A0C;
}
</style>
background-color css
<style>
a { background-color: #C87A0C; }
a { background-color: rgb(200,122,12); }
div.DivClassName
{
background-color: #C87A0C;
}
.BgClassName
{
background-color: #C87A0C;
}
</style>
border-color css
<style>
span { border-color: #C87A0C; }
span { border-color: rgb(200,122,12); }
td.TdClassName
{
border-color: #C87A0C;
}
.TagClassName
{
border-color: #C87A0C;
}
</style>