Shades of Dark Goldenrod #C8830B
Tints of Dark Goldenrod #C8830B
RGB
CMYK
RGB Variations
Color information
#C8830B (or 0xC8830B) is known color: Dark Goldenrod. HEX triplet: C8, 83 and 0B. RGB value is (200,131,11). Sum of RGB (Red+Green+Blue) = 200+131+11=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8830B is #377CF4. Grayscale: #8A8A8A. Windows color (decimal): -3636469 or 754632. OLE color: 754632.
HSL color Cylindrical-coordinate representation of color #C8830B: hue angle of 38.1º 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 #C8830B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.22 |
| HSL | 38.1º | 0.9% | 0.41% | - |
| HSV(B) | 38.1º | 0.95% | 0.78% | - |
| XYZ | 32 | 28.54 | 4.14 | - |
| YUV | 137.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 11 | 0 | 0.34 | 0.94 | 0.22 | 38.1 | 0.9 | 0.41 |
| Hex | C8 | 83 | B | 0 | 22 | 5E | 16 | 26 | 5A | 29 |
| Octal | 310 | 203 | 13 | 0 | 42 | 136 | 26 | 46 | 132 | 51 |
| Binary | 11001000 | 10000011 | 1011 | 0 | 100010 | 1011110 | 10110 | 100110 | 1011010 | 101001 |
Color Harmonies of #C8830B
Complementary color
Monochromatic Colors of #C8830B
Black with #C8830B
Text Example
Text Example
White with #C8830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8830B; }
p { color: rgb(200,131,11); }
H1.HeaderClassName
{
color: #C8830B;
}
.AnyTagClassName
{
color: #C8830B;
}
</style>
background-color css
<style>
a { background-color: #C8830B; }
a { background-color: rgb(200,131,11); }
div.DivClassName
{
background-color: #C8830B;
}
.BgClassName
{
background-color: #C8830B;
}
</style>
border-color css
<style>
span { border-color: #C8830B; }
span { border-color: rgb(200,131,11); }
td.TdClassName
{
border-color: #C8830B;
}
.TagClassName
{
border-color: #C8830B;
}
</style>