Shades of Dark Goldenrod #C78C0F
Tints of Dark Goldenrod #C78C0F
RGB
CMYK
RGB Variations
Color information
#C78C0F (or 0xC78C0F) is known color: Dark Goldenrod. HEX triplet: C7, 8C and 0F. RGB value is (199,140,15). Sum of RGB (Red+Green+Blue) = 199+140+15=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 140 (55.08% from 255 or 39.55% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78C0F is #3873F0. Grayscale: #8F8F8F. Windows color (decimal): -3699697 or 1019079. OLE color: 1019079.
HSL color Cylindrical-coordinate representation of color #C78C0F: hue angle of 40.76º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C78C0F is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 15 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.22 |
| HSL | 40.76º | 0.86% | 0.42% | - |
| HSV(B) | 40.76º | 0.92% | 0.78% | - |
| XYZ | 33.02 | 30.93 | 4.68 | - |
| YUV | 143.39 | 55.55 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 15 | 0 | 0.30 | 0.92 | 0.22 | 40.76 | 0.86 | 0.42 |
| Hex | C7 | 8C | F | 0 | 1E | 5C | 16 | 29 | 56 | 2A |
| Octal | 307 | 214 | 17 | 0 | 36 | 134 | 26 | 51 | 126 | 52 |
| Binary | 11000111 | 10001100 | 1111 | 0 | 11110 | 1011100 | 10110 | 101001 | 1010110 | 101010 |
Color Harmonies of #C78C0F
Complementary color
Monochromatic Colors of #C78C0F
Black with #C78C0F
Text Example
Text Example
White with #C78C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C0F; }
p { color: rgb(199,140,15); }
H1.HeaderClassName
{
color: #C78C0F;
}
.AnyTagClassName
{
color: #C78C0F;
}
</style>
background-color css
<style>
a { background-color: #C78C0F; }
a { background-color: rgb(199,140,15); }
div.DivClassName
{
background-color: #C78C0F;
}
.BgClassName
{
background-color: #C78C0F;
}
</style>
border-color css
<style>
span { border-color: #C78C0F; }
span { border-color: rgb(199,140,15); }
td.TdClassName
{
border-color: #C78C0F;
}
.TagClassName
{
border-color: #C78C0F;
}
</style>