Shades of Dark Goldenrod #C78603
Tints of Dark Goldenrod #C78603
RGB
CMYK
RGB Variations
Color information
#C78603 (or 0xC78603) is known color: Dark Goldenrod. HEX triplet: C7, 86 and 03. RGB value is (199,134,3). Sum of RGB (Red+Green+Blue) = 199+134+3=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C78603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78603 is #3879FC. Grayscale: #8B8B8B. Windows color (decimal): -3701245 or 231111. OLE color: 231111.
HSL color Cylindrical-coordinate representation of color #C78603: hue angle of 40.1º 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 #C78603 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 134 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.22 |
| HSL | 40.1º | 0.97% | 0.4% | - |
| HSV(B) | 40.1º | 0.98% | 0.78% | - |
| XYZ | 32.09 | 29.2 | 4.03 | - |
| YUV | 138.5 | 51.53 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 134 | 3 | 0 | 0.33 | 0.98 | 0.22 | 40.1 | 0.97 | 0.4 |
| Hex | C7 | 86 | 3 | 0 | 21 | 62 | 16 | 28 | 61 | 28 |
| Octal | 307 | 206 | 3 | 0 | 41 | 142 | 26 | 50 | 141 | 50 |
| Binary | 11000111 | 10000110 | 11 | 0 | 100001 | 1100010 | 10110 | 101000 | 1100001 | 101000 |
Color Harmonies of #C78603
Complementary color
Monochromatic Colors of #C78603
Black with #C78603
Text Example
Text Example
White with #C78603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78603; }
p { color: rgb(199,134,3); }
H1.HeaderClassName
{
color: #C78603;
}
.AnyTagClassName
{
color: #C78603;
}
</style>
background-color css
<style>
a { background-color: #C78603; }
a { background-color: rgb(199,134,3); }
div.DivClassName
{
background-color: #C78603;
}
.BgClassName
{
background-color: #C78603;
}
</style>
border-color css
<style>
span { border-color: #C78603; }
span { border-color: rgb(199,134,3); }
td.TdClassName
{
border-color: #C78603;
}
.TagClassName
{
border-color: #C78603;
}
</style>