Shades of Dark Goldenrod #C78803
Tints of Dark Goldenrod #C78803
RGB
CMYK
RGB Variations
Color information
#C78803 (or 0xC78803) is known color: Dark Goldenrod. HEX triplet: C7, 88 and 03. RGB value is (199,136,3). Sum of RGB (Red+Green+Blue) = 199+136+3=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C78803 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78803 is #3877FC. Grayscale: #8C8C8C. Windows color (decimal): -3700733 or 231623. OLE color: 231623.
HSL color Cylindrical-coordinate representation of color #C78803: hue angle of 40.71º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C78803 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 136 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.22 |
| HSL | 40.71º | 0.97% | 0.4% | - |
| HSV(B) | 40.71º | 0.98% | 0.78% | - |
| XYZ | 32.37 | 29.76 | 4.12 | - |
| YUV | 139.68 | 50.87 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 136 | 3 | 0 | 0.32 | 0.98 | 0.22 | 40.71 | 0.97 | 0.4 |
| Hex | C7 | 88 | 3 | 0 | 20 | 62 | 16 | 29 | 61 | 28 |
| Octal | 307 | 210 | 3 | 0 | 40 | 142 | 26 | 51 | 141 | 50 |
| Binary | 11000111 | 10001000 | 11 | 0 | 100000 | 1100010 | 10110 | 101001 | 1100001 | 101000 |
Color Harmonies of #C78803
Complementary color
Monochromatic Colors of #C78803
Black with #C78803
Text Example
Text Example
White with #C78803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78803; }
p { color: rgb(199,136,3); }
H1.HeaderClassName
{
color: #C78803;
}
.AnyTagClassName
{
color: #C78803;
}
</style>
background-color css
<style>
a { background-color: #C78803; }
a { background-color: rgb(199,136,3); }
div.DivClassName
{
background-color: #C78803;
}
.BgClassName
{
background-color: #C78803;
}
</style>
border-color css
<style>
span { border-color: #C78803; }
span { border-color: rgb(199,136,3); }
td.TdClassName
{
border-color: #C78803;
}
.TagClassName
{
border-color: #C78803;
}
</style>