Shades of Dark Goldenrod #C87A06
Tints of Dark Goldenrod #C87A06
RGB
CMYK
RGB Variations
Color information
#C87A06 (or 0xC87A06) is known color: Dark Goldenrod. HEX triplet: C8, 7A and 06. RGB value is (200,122,6). Sum of RGB (Red+Green+Blue) = 200+122+6=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A06 is #3785F9. Grayscale: #848484. Windows color (decimal): -3638778 or 424648. OLE color: 424648.
HSL color Cylindrical-coordinate representation of color #C87A06: hue angle of 35.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C87A06 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 6 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.22 |
| HSL | 35.88º | 0.94% | 0.4% | - |
| HSV(B) | 35.88º | 0.97% | 0.78% | - |
| XYZ | 30.81 | 26.21 | 3.61 | - |
| YUV | 132.1 | 56.84 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 6 | 0 | 0.39 | 0.97 | 0.22 | 35.88 | 0.94 | 0.4 |
| Hex | C8 | 7A | 6 | 0 | 27 | 61 | 16 | 24 | 5E | 28 |
| Octal | 310 | 172 | 6 | 0 | 47 | 141 | 26 | 44 | 136 | 50 |
| Binary | 11001000 | 1111010 | 110 | 0 | 100111 | 1100001 | 10110 | 100100 | 1011110 | 101000 |
Color Harmonies of #C87A06
Complementary color
Monochromatic Colors of #C87A06
Black with #C87A06
Text Example
Text Example
White with #C87A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A06; }
p { color: rgb(200,122,6); }
H1.HeaderClassName
{
color: #C87A06;
}
.AnyTagClassName
{
color: #C87A06;
}
</style>
background-color css
<style>
a { background-color: #C87A06; }
a { background-color: rgb(200,122,6); }
div.DivClassName
{
background-color: #C87A06;
}
.BgClassName
{
background-color: #C87A06;
}
</style>
border-color css
<style>
span { border-color: #C87A06; }
span { border-color: rgb(200,122,6); }
td.TdClassName
{
border-color: #C87A06;
}
.TagClassName
{
border-color: #C87A06;
}
</style>