Shades of Dark Goldenrod #C78B18
Tints of Dark Goldenrod #C78B18
RGB
CMYK
RGB Variations
Color information
#C78B18 (or 0xC78B18) is known color: Dark Goldenrod. HEX triplet: C7, 8B and 18. RGB value is (199,139,24). Sum of RGB (Red+Green+Blue) = 199+139+24=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78B18 is #3874E7. Grayscale: #909090. Windows color (decimal): -3699944 or 1608647. OLE color: 1608647.
HSL color Cylindrical-coordinate representation of color #C78B18: hue angle of 39.43º 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 #C78B18 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 24 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.22 |
| HSL | 39.43º | 0.78% | 0.44% | - |
| HSV(B) | 39.43º | 0.88% | 0.78% | - |
| XYZ | 32.95 | 30.67 | 5.05 | - |
| YUV | 143.83 | 60.38 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 24 | 0 | 0.30 | 0.88 | 0.22 | 39.43 | 0.78 | 0.44 |
| Hex | C7 | 8B | 18 | 0 | 1E | 58 | 16 | 27 | 4E | 2C |
| Octal | 307 | 213 | 30 | 0 | 36 | 130 | 26 | 47 | 116 | 54 |
| Binary | 11000111 | 10001011 | 11000 | 0 | 11110 | 1011000 | 10110 | 100111 | 1001110 | 101100 |
Color Harmonies of #C78B18
Complementary color
Monochromatic Colors of #C78B18
Black with #C78B18
Text Example
Text Example
White with #C78B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B18; }
p { color: rgb(199,139,24); }
H1.HeaderClassName
{
color: #C78B18;
}
.AnyTagClassName
{
color: #C78B18;
}
</style>
background-color css
<style>
a { background-color: #C78B18; }
a { background-color: rgb(199,139,24); }
div.DivClassName
{
background-color: #C78B18;
}
.BgClassName
{
background-color: #C78B18;
}
</style>
border-color css
<style>
span { border-color: #C78B18; }
span { border-color: rgb(199,139,24); }
td.TdClassName
{
border-color: #C78B18;
}
.TagClassName
{
border-color: #C78B18;
}
</style>