Shades of Dark Goldenrod #C8830A
Tints of Dark Goldenrod #C8830A
RGB
CMYK
RGB Variations
Color information
#C8830A (or 0xC8830A) is known color: Dark Goldenrod. HEX triplet: C8, 83 and 0A. RGB value is (200,131,10). Sum of RGB (Red+Green+Blue) = 200+131+10=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8830A is #377CF5. Grayscale: #8A8A8A. Windows color (decimal): -3636470 or 689096. OLE color: 689096.
HSL color Cylindrical-coordinate representation of color #C8830A: hue angle of 38.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8830A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.22 |
| HSL | 38.21º | 0.9% | 0.41% | - |
| HSV(B) | 38.21º | 0.95% | 0.78% | - |
| XYZ | 31.99 | 28.53 | 4.11 | - |
| YUV | 137.84 | 55.86 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 10 | 0 | 0.34 | 0.95 | 0.22 | 38.21 | 0.9 | 0.41 |
| Hex | C8 | 83 | A | 0 | 22 | 5F | 16 | 26 | 5A | 29 |
| Octal | 310 | 203 | 12 | 0 | 42 | 137 | 26 | 46 | 132 | 51 |
| Binary | 11001000 | 10000011 | 1010 | 0 | 100010 | 1011111 | 10110 | 100110 | 1011010 | 101001 |
Color Harmonies of #C8830A
Complementary color
Monochromatic Colors of #C8830A
Black with #C8830A
Text Example
Text Example
White with #C8830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8830A; }
p { color: rgb(200,131,10); }
H1.HeaderClassName
{
color: #C8830A;
}
.AnyTagClassName
{
color: #C8830A;
}
</style>
background-color css
<style>
a { background-color: #C8830A; }
a { background-color: rgb(200,131,10); }
div.DivClassName
{
background-color: #C8830A;
}
.BgClassName
{
background-color: #C8830A;
}
</style>
border-color css
<style>
span { border-color: #C8830A; }
span { border-color: rgb(200,131,10); }
td.TdClassName
{
border-color: #C8830A;
}
.TagClassName
{
border-color: #C8830A;
}
</style>