Shades of Dark Goldenrod #C8940A
Tints of Dark Goldenrod #C8940A
RGB
CMYK
RGB Variations
Color information
#C8940A (or 0xC8940A) is known color: Dark Goldenrod. HEX triplet: C8, 94 and 0A. RGB value is (200,148,10). Sum of RGB (Red+Green+Blue) = 200+148+10=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8940A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8940A is #376BF5. Grayscale: #949494. Windows color (decimal): -3632118 or 693448. OLE color: 693448.
HSL color Cylindrical-coordinate representation of color #C8940A: hue angle of 43.58º 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 #C8940A is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 10 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.22 |
| HSL | 43.58º | 0.9% | 0.41% | - |
| HSV(B) | 43.58º | 0.95% | 0.78% | - |
| XYZ | 34.46 | 33.48 | 4.93 | - |
| YUV | 147.82 | 50.23 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 10 | 0 | 0.26 | 0.95 | 0.22 | 43.58 | 0.9 | 0.41 |
| Hex | C8 | 94 | A | 0 | 1A | 5F | 16 | 2C | 5A | 29 |
| Octal | 310 | 224 | 12 | 0 | 32 | 137 | 26 | 54 | 132 | 51 |
| Binary | 11001000 | 10010100 | 1010 | 0 | 11010 | 1011111 | 10110 | 101100 | 1011010 | 101001 |
Color Harmonies of #C8940A
Complementary color
Monochromatic Colors of #C8940A
Black with #C8940A
Text Example
Text Example
White with #C8940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8940A; }
p { color: rgb(200,148,10); }
H1.HeaderClassName
{
color: #C8940A;
}
.AnyTagClassName
{
color: #C8940A;
}
</style>
background-color css
<style>
a { background-color: #C8940A; }
a { background-color: rgb(200,148,10); }
div.DivClassName
{
background-color: #C8940A;
}
.BgClassName
{
background-color: #C8940A;
}
</style>
border-color css
<style>
span { border-color: #C8940A; }
span { border-color: rgb(200,148,10); }
td.TdClassName
{
border-color: #C8940A;
}
.TagClassName
{
border-color: #C8940A;
}
</style>