Shades of Dark Goldenrod #C78C18
Tints of Dark Goldenrod #C78C18
RGB
CMYK
RGB Variations
Color information
#C78C18 (or 0xC78C18) is known color: Dark Goldenrod. HEX triplet: C7, 8C and 18. RGB value is (199,140,24). Sum of RGB (Red+Green+Blue) = 199+140+24=363 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.82% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78C18 is #3873E7. Grayscale: #909090. Windows color (decimal): -3699688 or 1608903. OLE color: 1608903.
HSL color Cylindrical-coordinate representation of color #C78C18: hue angle of 39.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C78C18 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 24 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.22 |
| HSL | 39.77º | 0.78% | 0.44% | - |
| HSV(B) | 39.77º | 0.88% | 0.78% | - |
| XYZ | 33.1 | 30.96 | 5.1 | - |
| YUV | 144.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 24 | 0 | 0.30 | 0.88 | 0.22 | 39.77 | 0.78 | 0.44 |
| Hex | C7 | 8C | 18 | 0 | 1E | 58 | 16 | 28 | 4E | 2C |
| Octal | 307 | 214 | 30 | 0 | 36 | 130 | 26 | 50 | 116 | 54 |
| Binary | 11000111 | 10001100 | 11000 | 0 | 11110 | 1011000 | 10110 | 101000 | 1001110 | 101100 |
Color Harmonies of #C78C18
Complementary color
Monochromatic Colors of #C78C18
Black with #C78C18
Text Example
Text Example
White with #C78C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C18; }
p { color: rgb(199,140,24); }
H1.HeaderClassName
{
color: #C78C18;
}
.AnyTagClassName
{
color: #C78C18;
}
</style>
background-color css
<style>
a { background-color: #C78C18; }
a { background-color: rgb(199,140,24); }
div.DivClassName
{
background-color: #C78C18;
}
.BgClassName
{
background-color: #C78C18;
}
</style>
border-color css
<style>
span { border-color: #C78C18; }
span { border-color: rgb(199,140,24); }
td.TdClassName
{
border-color: #C78C18;
}
.TagClassName
{
border-color: #C78C18;
}
</style>