Shades of Dark Goldenrod #C8840F
Tints of Dark Goldenrod #C8840F
RGB
CMYK
RGB Variations
Color information
#C8840F (or 0xC8840F) is known color: Dark Goldenrod. HEX triplet: C8, 84 and 0F. RGB value is (200,132,15). Sum of RGB (Red+Green+Blue) = 200+132+15=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8840F is #377BF0. Grayscale: #8B8B8B. Windows color (decimal): -3636209 or 1017032. OLE color: 1017032.
HSL color Cylindrical-coordinate representation of color #C8840F: hue angle of 37.95º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8840F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 15 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.22 |
| HSL | 37.95º | 0.86% | 0.42% | - |
| HSV(B) | 37.95º | 0.93% | 0.78% | - |
| XYZ | 32.16 | 28.82 | 4.32 | - |
| YUV | 138.99 | 58.03 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 15 | 0 | 0.34 | 0.92 | 0.22 | 37.95 | 0.86 | 0.42 |
| Hex | C8 | 84 | F | 0 | 22 | 5C | 16 | 26 | 56 | 2A |
| Octal | 310 | 204 | 17 | 0 | 42 | 134 | 26 | 46 | 126 | 52 |
| Binary | 11001000 | 10000100 | 1111 | 0 | 100010 | 1011100 | 10110 | 100110 | 1010110 | 101010 |
Color Harmonies of #C8840F
Complementary color
Monochromatic Colors of #C8840F
Black with #C8840F
Text Example
Text Example
White with #C8840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8840F; }
p { color: rgb(200,132,15); }
H1.HeaderClassName
{
color: #C8840F;
}
.AnyTagClassName
{
color: #C8840F;
}
</style>
background-color css
<style>
a { background-color: #C8840F; }
a { background-color: rgb(200,132,15); }
div.DivClassName
{
background-color: #C8840F;
}
.BgClassName
{
background-color: #C8840F;
}
</style>
border-color css
<style>
span { border-color: #C8840F; }
span { border-color: rgb(200,132,15); }
td.TdClassName
{
border-color: #C8840F;
}
.TagClassName
{
border-color: #C8840F;
}
</style>