Shades of Dark Goldenrod #C8840B
Tints of Dark Goldenrod #C8840B
RGB
CMYK
RGB Variations
Color information
#C8840B (or 0xC8840B) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 0B. RGB value is (200,132,11). Sum of RGB (Red+Green+Blue) = 200+132+11=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8840B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8840B is #377BF4. Grayscale: #8B8B8B. Windows color (decimal): -3636213 or 754888. OLE color: 754888.
HSL color Cylindrical-coordinate representation of color #C8840B: hue angle of 38.41º 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 #C8840B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.22 |
| HSL | 38.41º | 0.9% | 0.41% | - |
| HSV(B) | 38.41º | 0.95% | 0.78% | - |
| XYZ | 32.13 | 28.81 | 4.18 | - |
| YUV | 138.54 | 56.03 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 11 | 0 | 0.34 | 0.94 | 0.22 | 38.41 | 0.9 | 0.41 |
| Hex | C8 | 84 | B | 0 | 22 | 5E | 16 | 26 | 5A | 29 |
| Octal | 310 | 204 | 13 | 0 | 42 | 136 | 26 | 46 | 132 | 51 |
| Binary | 11001000 | 10000100 | 1011 | 0 | 100010 | 1011110 | 10110 | 100110 | 1011010 | 101001 |
Color Harmonies of #C8840B
Complementary color
Monochromatic Colors of #C8840B
Black with #C8840B
Text Example
Text Example
White with #C8840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8840B; }
p { color: rgb(200,132,11); }
H1.HeaderClassName
{
color: #C8840B;
}
.AnyTagClassName
{
color: #C8840B;
}
</style>
background-color css
<style>
a { background-color: #C8840B; }
a { background-color: rgb(200,132,11); }
div.DivClassName
{
background-color: #C8840B;
}
.BgClassName
{
background-color: #C8840B;
}
</style>
border-color css
<style>
span { border-color: #C8840B; }
span { border-color: rgb(200,132,11); }
td.TdClassName
{
border-color: #C8840B;
}
.TagClassName
{
border-color: #C8840B;
}
</style>