Shades of Dark Goldenrod #C87A08
Tints of Dark Goldenrod #C87A08
RGB
CMYK
RGB Variations
Color information
#C87A08 (or 0xC87A08) is known color: Dark Goldenrod. HEX triplet: C8, 7A and 08. RGB value is (200,122,8). Sum of RGB (Red+Green+Blue) = 200+122+8=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A08 is #3785F7. Grayscale: #848484. Windows color (decimal): -3638776 or 555720. OLE color: 555720.
HSL color Cylindrical-coordinate representation of color #C87A08: hue angle of 35.62º 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 #C87A08 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 8 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.22 |
| HSL | 35.63º | 0.92% | 0.41% | - |
| HSV(B) | 35.63º | 0.96% | 0.78% | - |
| XYZ | 30.82 | 26.22 | 3.67 | - |
| YUV | 132.33 | 57.84 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 8 | 0 | 0.39 | 0.96 | 0.22 | 35.63 | 0.92 | 0.41 |
| Hex | C8 | 7A | 8 | 0 | 27 | 60 | 16 | 24 | 5C | 29 |
| Octal | 310 | 172 | 10 | 0 | 47 | 140 | 26 | 44 | 134 | 51 |
| Binary | 11001000 | 1111010 | 1000 | 0 | 100111 | 1100000 | 10110 | 100100 | 1011100 | 101001 |
Color Harmonies of #C87A08
Complementary color
Monochromatic Colors of #C87A08
Black with #C87A08
Text Example
Text Example
White with #C87A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A08; }
p { color: rgb(200,122,8); }
H1.HeaderClassName
{
color: #C87A08;
}
.AnyTagClassName
{
color: #C87A08;
}
</style>
background-color css
<style>
a { background-color: #C87A08; }
a { background-color: rgb(200,122,8); }
div.DivClassName
{
background-color: #C87A08;
}
.BgClassName
{
background-color: #C87A08;
}
</style>
border-color css
<style>
span { border-color: #C87A08; }
span { border-color: rgb(200,122,8); }
td.TdClassName
{
border-color: #C87A08;
}
.TagClassName
{
border-color: #C87A08;
}
</style>