Shades of Dark Goldenrod #C78908
Tints of Dark Goldenrod #C78908
RGB
CMYK
RGB Variations
Color information
#C78908 (or 0xC78908) is known color: Dark Goldenrod. HEX triplet: C7, 89 and 08. RGB value is (199,137,8). Sum of RGB (Red+Green+Blue) = 199+137+8=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C78908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78908 is #3876F7. Grayscale: #8D8D8D. Windows color (decimal): -3700472 or 559559. OLE color: 559559.
HSL color Cylindrical-coordinate representation of color #C78908: hue angle of 40.52º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C78908 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.22 |
| HSL | 40.52º | 0.92% | 0.41% | - |
| HSV(B) | 40.52º | 0.96% | 0.78% | - |
| XYZ | 32.54 | 30.05 | 4.31 | - |
| YUV | 140.83 | 53.04 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 8 | 0 | 0.31 | 0.96 | 0.22 | 40.52 | 0.92 | 0.41 |
| Hex | C7 | 89 | 8 | 0 | 1F | 60 | 16 | 29 | 5C | 29 |
| Octal | 307 | 211 | 10 | 0 | 37 | 140 | 26 | 51 | 134 | 51 |
| Binary | 11000111 | 10001001 | 1000 | 0 | 11111 | 1100000 | 10110 | 101001 | 1011100 | 101001 |
Color Harmonies of #C78908
Complementary color
Monochromatic Colors of #C78908
Black with #C78908
Text Example
Text Example
White with #C78908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78908; }
p { color: rgb(199,137,8); }
H1.HeaderClassName
{
color: #C78908;
}
.AnyTagClassName
{
color: #C78908;
}
</style>
background-color css
<style>
a { background-color: #C78908; }
a { background-color: rgb(199,137,8); }
div.DivClassName
{
background-color: #C78908;
}
.BgClassName
{
background-color: #C78908;
}
</style>
border-color css
<style>
span { border-color: #C78908; }
span { border-color: rgb(199,137,8); }
td.TdClassName
{
border-color: #C78908;
}
.TagClassName
{
border-color: #C78908;
}
</style>