Shades of Dark Goldenrod #C87A0B
Tints of Dark Goldenrod #C87A0B
RGB
CMYK
RGB Variations
Color information
#C87A0B (or 0xC87A0B) is known color: Dark Goldenrod. HEX triplet: C8, 7A and 0B. RGB value is (200,122,11). Sum of RGB (Red+Green+Blue) = 200+122+11=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87A0B is #3785F4. Grayscale: #858585. Windows color (decimal): -3638773 or 752328. OLE color: 752328.
HSL color Cylindrical-coordinate representation of color #C87A0B: hue angle of 35.24º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C87A0B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.22 |
| HSL | 35.24º | 0.9% | 0.41% | - |
| HSV(B) | 35.24º | 0.95% | 0.78% | - |
| XYZ | 30.84 | 26.22 | 3.75 | - |
| YUV | 132.67 | 59.34 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 11 | 0 | 0.39 | 0.94 | 0.22 | 35.24 | 0.9 | 0.41 |
| Hex | C8 | 7A | B | 0 | 27 | 5E | 16 | 23 | 5A | 29 |
| Octal | 310 | 172 | 13 | 0 | 47 | 136 | 26 | 43 | 132 | 51 |
| Binary | 11001000 | 1111010 | 1011 | 0 | 100111 | 1011110 | 10110 | 100011 | 1011010 | 101001 |
Color Harmonies of #C87A0B
Complementary color
Monochromatic Colors of #C87A0B
Black with #C87A0B
Text Example
Text Example
White with #C87A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A0B; }
p { color: rgb(200,122,11); }
H1.HeaderClassName
{
color: #C87A0B;
}
.AnyTagClassName
{
color: #C87A0B;
}
</style>
background-color css
<style>
a { background-color: #C87A0B; }
a { background-color: rgb(200,122,11); }
div.DivClassName
{
background-color: #C87A0B;
}
.BgClassName
{
background-color: #C87A0B;
}
</style>
border-color css
<style>
span { border-color: #C87A0B; }
span { border-color: rgb(200,122,11); }
td.TdClassName
{
border-color: #C87A0B;
}
.TagClassName
{
border-color: #C87A0B;
}
</style>