Shades of Dark Goldenrod #C78408
Tints of Dark Goldenrod #C78408
RGB
CMYK
RGB Variations
Color information
#C78408 (or 0xC78408) is known color: Dark Goldenrod. HEX triplet: C7, 84 and 08. RGB value is (199,132,8). Sum of RGB (Red+Green+Blue) = 199+132+8=339 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.70% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 199 - color contains mainly: red. Hex color #C78408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78408 is #387BF7. Grayscale: #8A8A8A. Windows color (decimal): -3701752 or 558279. OLE color: 558279.
HSL color Cylindrical-coordinate representation of color #C78408: hue angle of 38.95º 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 #C78408 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 132 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.22 |
| HSL | 38.95º | 0.92% | 0.41% | - |
| HSV(B) | 38.95º | 0.96% | 0.78% | - |
| XYZ | 31.85 | 28.66 | 4.08 | - |
| YUV | 137.9 | 54.7 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 132 | 8 | 0 | 0.34 | 0.96 | 0.22 | 38.95 | 0.92 | 0.41 |
| Hex | C7 | 84 | 8 | 0 | 22 | 60 | 16 | 27 | 5C | 29 |
| Octal | 307 | 204 | 10 | 0 | 42 | 140 | 26 | 47 | 134 | 51 |
| Binary | 11000111 | 10000100 | 1000 | 0 | 100010 | 1100000 | 10110 | 100111 | 1011100 | 101001 |
Color Harmonies of #C78408
Complementary color
Monochromatic Colors of #C78408
Black with #C78408
Text Example
Text Example
White with #C78408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78408; }
p { color: rgb(199,132,8); }
H1.HeaderClassName
{
color: #C78408;
}
.AnyTagClassName
{
color: #C78408;
}
</style>
background-color css
<style>
a { background-color: #C78408; }
a { background-color: rgb(199,132,8); }
div.DivClassName
{
background-color: #C78408;
}
.BgClassName
{
background-color: #C78408;
}
</style>
border-color css
<style>
span { border-color: #C78408; }
span { border-color: rgb(199,132,8); }
td.TdClassName
{
border-color: #C78408;
}
.TagClassName
{
border-color: #C78408;
}
</style>