Shades of Dark Goldenrod #C78A18
Tints of Dark Goldenrod #C78A18
RGB
CMYK
RGB Variations
Color information
#C78A18 (or 0xC78A18) is known color: Dark Goldenrod. HEX triplet: C7, 8A and 18. RGB value is (199,138,24). Sum of RGB (Red+Green+Blue) = 199+138+24=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78A18 is #3875E7. Grayscale: #8F8F8F. Windows color (decimal): -3700200 or 1608391. OLE color: 1608391.
HSL color Cylindrical-coordinate representation of color #C78A18: hue angle of 39.09º 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 #C78A18 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 24 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.22 |
| HSL | 39.09º | 0.78% | 0.44% | - |
| HSV(B) | 39.09º | 0.88% | 0.78% | - |
| XYZ | 32.81 | 30.39 | 5 | - |
| YUV | 143.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 24 | 0 | 0.31 | 0.88 | 0.22 | 39.09 | 0.78 | 0.44 |
| Hex | C7 | 8A | 18 | 0 | 1F | 58 | 16 | 27 | 4E | 2C |
| Octal | 307 | 212 | 30 | 0 | 37 | 130 | 26 | 47 | 116 | 54 |
| Binary | 11000111 | 10001010 | 11000 | 0 | 11111 | 1011000 | 10110 | 100111 | 1001110 | 101100 |
Color Harmonies of #C78A18
Complementary color
Monochromatic Colors of #C78A18
Black with #C78A18
Text Example
Text Example
White with #C78A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A18; }
p { color: rgb(199,138,24); }
H1.HeaderClassName
{
color: #C78A18;
}
.AnyTagClassName
{
color: #C78A18;
}
</style>
background-color css
<style>
a { background-color: #C78A18; }
a { background-color: rgb(199,138,24); }
div.DivClassName
{
background-color: #C78A18;
}
.BgClassName
{
background-color: #C78A18;
}
</style>
border-color css
<style>
span { border-color: #C78A18; }
span { border-color: rgb(199,138,24); }
td.TdClassName
{
border-color: #C78A18;
}
.TagClassName
{
border-color: #C78A18;
}
</style>