Shades of Dark Goldenrod #C8910F
Tints of Dark Goldenrod #C8910F
RGB
CMYK
RGB Variations
Color information
#C8910F (or 0xC8910F) is known color: Dark Goldenrod. HEX triplet: C8, 91 and 0F. RGB value is (200,145,15). Sum of RGB (Red+Green+Blue) = 200+145+15=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8910F is #376EF0. Grayscale: #939393. Windows color (decimal): -3632881 or 1020360. OLE color: 1020360.
HSL color Cylindrical-coordinate representation of color #C8910F: hue angle of 42.16º 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 #C8910F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 15 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.22 |
| HSL | 42.16º | 0.86% | 0.42% | - |
| HSV(B) | 42.16º | 0.93% | 0.78% | - |
| XYZ | 34.03 | 32.56 | 4.94 | - |
| YUV | 146.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 15 | 0 | 0.28 | 0.92 | 0.22 | 42.16 | 0.86 | 0.42 |
| Hex | C8 | 91 | F | 0 | 1C | 5C | 16 | 2A | 56 | 2A |
| Octal | 310 | 221 | 17 | 0 | 34 | 134 | 26 | 52 | 126 | 52 |
| Binary | 11001000 | 10010001 | 1111 | 0 | 11100 | 1011100 | 10110 | 101010 | 1010110 | 101010 |
Color Harmonies of #C8910F
Complementary color
Monochromatic Colors of #C8910F
Black with #C8910F
Text Example
Text Example
White with #C8910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8910F; }
p { color: rgb(200,145,15); }
H1.HeaderClassName
{
color: #C8910F;
}
.AnyTagClassName
{
color: #C8910F;
}
</style>
background-color css
<style>
a { background-color: #C8910F; }
a { background-color: rgb(200,145,15); }
div.DivClassName
{
background-color: #C8910F;
}
.BgClassName
{
background-color: #C8910F;
}
</style>
border-color css
<style>
span { border-color: #C8910F; }
span { border-color: rgb(200,145,15); }
td.TdClassName
{
border-color: #C8910F;
}
.TagClassName
{
border-color: #C8910F;
}
</style>