Shades of Dark Goldenrod #C8800F
Tints of Dark Goldenrod #C8800F
RGB
CMYK
RGB Variations
Color information
#C8800F (or 0xC8800F) is known color: Dark Goldenrod. HEX triplet: C8, 80 and 0F. RGB value is (200,128,15). Sum of RGB (Red+Green+Blue) = 200+128+15=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8800F is #377FF0. Grayscale: #898989. Windows color (decimal): -3637233 or 1016008. OLE color: 1016008.
HSL color Cylindrical-coordinate representation of color #C8800F: hue angle of 36.65º 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 #C8800F is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 15 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.22 |
| HSL | 36.65º | 0.86% | 0.42% | - |
| HSV(B) | 36.65º | 0.93% | 0.78% | - |
| XYZ | 31.62 | 27.75 | 4.14 | - |
| YUV | 136.65 | 59.35 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 15 | 0 | 0.36 | 0.92 | 0.22 | 36.65 | 0.86 | 0.42 |
| Hex | C8 | 80 | F | 0 | 24 | 5C | 16 | 25 | 56 | 2A |
| Octal | 310 | 200 | 17 | 0 | 44 | 134 | 26 | 45 | 126 | 52 |
| Binary | 11001000 | 10000000 | 1111 | 0 | 100100 | 1011100 | 10110 | 100101 | 1010110 | 101010 |
Color Harmonies of #C8800F
Complementary color
Monochromatic Colors of #C8800F
Black with #C8800F
Text Example
Text Example
White with #C8800F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8800F; }
p { color: rgb(200,128,15); }
H1.HeaderClassName
{
color: #C8800F;
}
.AnyTagClassName
{
color: #C8800F;
}
</style>
background-color css
<style>
a { background-color: #C8800F; }
a { background-color: rgb(200,128,15); }
div.DivClassName
{
background-color: #C8800F;
}
.BgClassName
{
background-color: #C8800F;
}
</style>
border-color css
<style>
span { border-color: #C8800F; }
span { border-color: rgb(200,128,15); }
td.TdClassName
{
border-color: #C8800F;
}
.TagClassName
{
border-color: #C8800F;
}
</style>