Shades of Dark Goldenrod #C8840D
Tints of Dark Goldenrod #C8840D
RGB
CMYK
RGB Variations
Color information
#C8840D (or 0xC8840D) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 0D. RGB value is (200,132,13). Sum of RGB (Red+Green+Blue) = 200+132+13=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8840D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8840D is #377BF2. Grayscale: #8B8B8B. Windows color (decimal): -3636211 or 885960. OLE color: 885960.
HSL color Cylindrical-coordinate representation of color #C8840D: hue angle of 38.18º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8840D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.22 |
| HSL | 38.18º | 0.88% | 0.42% | - |
| HSV(B) | 38.18º | 0.94% | 0.78% | - |
| XYZ | 32.14 | 28.81 | 4.25 | - |
| YUV | 138.77 | 57.03 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 13 | 0 | 0.34 | 0.94 | 0.22 | 38.18 | 0.88 | 0.42 |
| Hex | C8 | 84 | D | 0 | 22 | 5E | 16 | 26 | 58 | 2A |
| Octal | 310 | 204 | 15 | 0 | 42 | 136 | 26 | 46 | 130 | 52 |
| Binary | 11001000 | 10000100 | 1101 | 0 | 100010 | 1011110 | 10110 | 100110 | 1011000 | 101010 |
Color Harmonies of #C8840D
Complementary color
Monochromatic Colors of #C8840D
Black with #C8840D
Text Example
Text Example
White with #C8840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8840D; }
p { color: rgb(200,132,13); }
H1.HeaderClassName
{
color: #C8840D;
}
.AnyTagClassName
{
color: #C8840D;
}
</style>
background-color css
<style>
a { background-color: #C8840D; }
a { background-color: rgb(200,132,13); }
div.DivClassName
{
background-color: #C8840D;
}
.BgClassName
{
background-color: #C8840D;
}
</style>
border-color css
<style>
span { border-color: #C8840D; }
span { border-color: rgb(200,132,13); }
td.TdClassName
{
border-color: #C8840D;
}
.TagClassName
{
border-color: #C8840D;
}
</style>