Shades of Dark Goldenrod #C79303
Tints of Dark Goldenrod #C79303
RGB
CMYK
RGB Variations
Color information
#C79303 (or 0xC79303) is known color: Dark Goldenrod. HEX triplet: C7, 93 and 03. RGB value is (199,147,3). Sum of RGB (Red+Green+Blue) = 199+147+3=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C79303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79303 is #386CFC. Grayscale: #929292. Windows color (decimal): -3697917 or 234439. OLE color: 234439.
HSL color Cylindrical-coordinate representation of color #C79303: hue angle of 44.08º 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 #C79303 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.22 |
| HSL | 44.08º | 0.97% | 0.4% | - |
| HSV(B) | 44.08º | 0.98% | 0.78% | - |
| XYZ | 34 | 33.02 | 4.67 | - |
| YUV | 146.13 | 47.23 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 3 | 0 | 0.26 | 0.98 | 0.22 | 44.08 | 0.97 | 0.4 |
| Hex | C7 | 93 | 3 | 0 | 1A | 62 | 16 | 2C | 61 | 28 |
| Octal | 307 | 223 | 3 | 0 | 32 | 142 | 26 | 54 | 141 | 50 |
| Binary | 11000111 | 10010011 | 11 | 0 | 11010 | 1100010 | 10110 | 101100 | 1100001 | 101000 |
Color Harmonies of #C79303
Complementary color
Monochromatic Colors of #C79303
Black with #C79303
Text Example
Text Example
White with #C79303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79303; }
p { color: rgb(199,147,3); }
H1.HeaderClassName
{
color: #C79303;
}
.AnyTagClassName
{
color: #C79303;
}
</style>
background-color css
<style>
a { background-color: #C79303; }
a { background-color: rgb(199,147,3); }
div.DivClassName
{
background-color: #C79303;
}
.BgClassName
{
background-color: #C79303;
}
</style>
border-color css
<style>
span { border-color: #C79303; }
span { border-color: rgb(199,147,3); }
td.TdClassName
{
border-color: #C79303;
}
.TagClassName
{
border-color: #C79303;
}
</style>