Shades of Dark Goldenrod #C78E01
Tints of Dark Goldenrod #C78E01
RGB
CMYK
RGB Variations
Color information
#C78E01 (or 0xC78E01) is known color: Dark Goldenrod. HEX triplet: C7, 8E and 01. RGB value is (199,142,1). Sum of RGB (Red+Green+Blue) = 199+142+1=342 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.19% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78E01 is #3871FE. Grayscale: #8F8F8F. Windows color (decimal): -3699199 or 102087. OLE color: 102087.
HSL color Cylindrical-coordinate representation of color #C78E01: hue angle of 42.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C78E01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 142 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.22 |
| HSL | 42.73º | 0.99% | 0.39% | - |
| HSV(B) | 42.73º | 0.99% | 0.78% | - |
| XYZ | 33.23 | 31.49 | 4.36 | - |
| YUV | 142.97 | 47.88 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 142 | 1 | 0 | 0.29 | 0.99 | 0.22 | 42.73 | 0.99 | 0.39 |
| Hex | C7 | 8E | 1 | 0 | 1D | 63 | 16 | 2B | 63 | 27 |
| Octal | 307 | 216 | 1 | 0 | 35 | 143 | 26 | 53 | 143 | 47 |
| Binary | 11000111 | 10001110 | 1 | 0 | 11101 | 1100011 | 10110 | 101011 | 1100011 | 100111 |
Color Harmonies of #C78E01
Complementary color
Monochromatic Colors of #C78E01
Black with #C78E01
Text Example
Text Example
White with #C78E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78E01; }
p { color: rgb(199,142,1); }
H1.HeaderClassName
{
color: #C78E01;
}
.AnyTagClassName
{
color: #C78E01;
}
</style>
background-color css
<style>
a { background-color: #C78E01; }
a { background-color: rgb(199,142,1); }
div.DivClassName
{
background-color: #C78E01;
}
.BgClassName
{
background-color: #C78E01;
}
</style>
border-color css
<style>
span { border-color: #C78E01; }
span { border-color: rgb(199,142,1); }
td.TdClassName
{
border-color: #C78E01;
}
.TagClassName
{
border-color: #C78E01;
}
</style>