Shades of Dark Goldenrod #C78B02
Tints of Dark Goldenrod #C78B02
RGB
CMYK
RGB Variations
Color information
#C78B02 (or 0xC78B02) is known color: Dark Goldenrod. HEX triplet: C7, 8B and 02. RGB value is (199,139,2). Sum of RGB (Red+Green+Blue) = 199+139+2=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78B02 is #3874FD. Grayscale: #8D8D8D. Windows color (decimal): -3699966 or 166855. OLE color: 166855.
HSL color Cylindrical-coordinate representation of color #C78B02: hue angle of 41.73º degrees, saturation: 0.98, 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 #C78B02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.22 |
| HSL | 41.73º | 0.98% | 0.39% | - |
| HSV(B) | 41.73º | 0.99% | 0.78% | - |
| XYZ | 32.8 | 30.61 | 4.24 | - |
| YUV | 141.32 | 49.38 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 2 | 0 | 0.30 | 0.99 | 0.22 | 41.73 | 0.98 | 0.39 |
| Hex | C7 | 8B | 2 | 0 | 1E | 63 | 16 | 2A | 62 | 27 |
| Octal | 307 | 213 | 2 | 0 | 36 | 143 | 26 | 52 | 142 | 47 |
| Binary | 11000111 | 10001011 | 10 | 0 | 11110 | 1100011 | 10110 | 101010 | 1100010 | 100111 |
Color Harmonies of #C78B02
Complementary color
Monochromatic Colors of #C78B02
Black with #C78B02
Text Example
Text Example
White with #C78B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B02; }
p { color: rgb(199,139,2); }
H1.HeaderClassName
{
color: #C78B02;
}
.AnyTagClassName
{
color: #C78B02;
}
</style>
background-color css
<style>
a { background-color: #C78B02; }
a { background-color: rgb(199,139,2); }
div.DivClassName
{
background-color: #C78B02;
}
.BgClassName
{
background-color: #C78B02;
}
</style>
border-color css
<style>
span { border-color: #C78B02; }
span { border-color: rgb(199,139,2); }
td.TdClassName
{
border-color: #C78B02;
}
.TagClassName
{
border-color: #C78B02;
}
</style>