Shades of Dark Goldenrod #C8840A
Tints of Dark Goldenrod #C8840A
RGB
CMYK
RGB Variations
Color information
#C8840A (or 0xC8840A) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 0A. RGB value is (200,132,10). Sum of RGB (Red+Green+Blue) = 200+132+10=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C8840A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8840A is #377BF5. Grayscale: #8A8A8A. Windows color (decimal): -3636214 or 689352. OLE color: 689352.
HSL color Cylindrical-coordinate representation of color #C8840A: hue angle of 38.53º 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 #C8840A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.22 |
| HSL | 38.53º | 0.9% | 0.41% | - |
| HSV(B) | 38.53º | 0.95% | 0.78% | - |
| XYZ | 32.13 | 28.8 | 4.15 | - |
| YUV | 138.42 | 55.53 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 10 | 0 | 0.34 | 0.95 | 0.22 | 38.53 | 0.9 | 0.41 |
| Hex | C8 | 84 | A | 0 | 22 | 5F | 16 | 27 | 5A | 29 |
| Octal | 310 | 204 | 12 | 0 | 42 | 137 | 26 | 47 | 132 | 51 |
| Binary | 11001000 | 10000100 | 1010 | 0 | 100010 | 1011111 | 10110 | 100111 | 1011010 | 101001 |
Color Harmonies of #C8840A
Complementary color
Monochromatic Colors of #C8840A
Black with #C8840A
Text Example
Text Example
White with #C8840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8840A; }
p { color: rgb(200,132,10); }
H1.HeaderClassName
{
color: #C8840A;
}
.AnyTagClassName
{
color: #C8840A;
}
</style>
background-color css
<style>
a { background-color: #C8840A; }
a { background-color: rgb(200,132,10); }
div.DivClassName
{
background-color: #C8840A;
}
.BgClassName
{
background-color: #C8840A;
}
</style>
border-color css
<style>
span { border-color: #C8840A; }
span { border-color: rgb(200,132,10); }
td.TdClassName
{
border-color: #C8840A;
}
.TagClassName
{
border-color: #C8840A;
}
</style>