Shades of Dark Goldenrod #C87A0A
Tints of Dark Goldenrod #C87A0A
RGB
CMYK
RGB Variations
Color information
#C87A0A (or 0xC87A0A) is known color: Dark Goldenrod. HEX triplet: C8, 7A and 0A. RGB value is (200,122,10). Sum of RGB (Red+Green+Blue) = 200+122+10=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A0A is #3785F5. Grayscale: #858585. Windows color (decimal): -3638774 or 686792. OLE color: 686792.
HSL color Cylindrical-coordinate representation of color #C87A0A: hue angle of 35.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C87A0A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.22 |
| HSL | 35.37º | 0.9% | 0.41% | - |
| HSV(B) | 35.37º | 0.95% | 0.78% | - |
| XYZ | 30.83 | 26.22 | 3.72 | - |
| YUV | 132.55 | 58.84 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 10 | 0 | 0.39 | 0.95 | 0.22 | 35.37 | 0.9 | 0.41 |
| Hex | C8 | 7A | A | 0 | 27 | 5F | 16 | 23 | 5A | 29 |
| Octal | 310 | 172 | 12 | 0 | 47 | 137 | 26 | 43 | 132 | 51 |
| Binary | 11001000 | 1111010 | 1010 | 0 | 100111 | 1011111 | 10110 | 100011 | 1011010 | 101001 |
Color Harmonies of #C87A0A
Complementary color
Monochromatic Colors of #C87A0A
Black with #C87A0A
Text Example
Text Example
White with #C87A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A0A; }
p { color: rgb(200,122,10); }
H1.HeaderClassName
{
color: #C87A0A;
}
.AnyTagClassName
{
color: #C87A0A;
}
</style>
background-color css
<style>
a { background-color: #C87A0A; }
a { background-color: rgb(200,122,10); }
div.DivClassName
{
background-color: #C87A0A;
}
.BgClassName
{
background-color: #C87A0A;
}
</style>
border-color css
<style>
span { border-color: #C87A0A; }
span { border-color: rgb(200,122,10); }
td.TdClassName
{
border-color: #C87A0A;
}
.TagClassName
{
border-color: #C87A0A;
}
</style>