Shades of Dark Goldenrod #C79003
Tints of Dark Goldenrod #C79003
RGB
CMYK
RGB Variations
Color information
#C79003 (or 0xC79003) is known color: Dark Goldenrod. HEX triplet: C7, 90 and 03. RGB value is (199,144,3). Sum of RGB (Red+Green+Blue) = 199+144+3=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C79003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79003 is #386FFC. Grayscale: #909090. Windows color (decimal): -3698685 or 233671. OLE color: 233671.
HSL color Cylindrical-coordinate representation of color #C79003: hue angle of 43.16º 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 #C79003 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 144 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.22 |
| HSL | 43.16º | 0.97% | 0.4% | - |
| HSV(B) | 43.16º | 0.98% | 0.78% | - |
| XYZ | 33.54 | 32.1 | 4.51 | - |
| YUV | 144.37 | 48.22 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 3 | 0 | 0.28 | 0.98 | 0.22 | 43.16 | 0.97 | 0.4 |
| Hex | C7 | 90 | 3 | 0 | 1C | 62 | 16 | 2B | 61 | 28 |
| Octal | 307 | 220 | 3 | 0 | 34 | 142 | 26 | 53 | 141 | 50 |
| Binary | 11000111 | 10010000 | 11 | 0 | 11100 | 1100010 | 10110 | 101011 | 1100001 | 101000 |
Color Harmonies of #C79003
Complementary color
Monochromatic Colors of #C79003
Black with #C79003
Text Example
Text Example
White with #C79003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79003; }
p { color: rgb(199,144,3); }
H1.HeaderClassName
{
color: #C79003;
}
.AnyTagClassName
{
color: #C79003;
}
</style>
background-color css
<style>
a { background-color: #C79003; }
a { background-color: rgb(199,144,3); }
div.DivClassName
{
background-color: #C79003;
}
.BgClassName
{
background-color: #C79003;
}
</style>
border-color css
<style>
span { border-color: #C79003; }
span { border-color: rgb(199,144,3); }
td.TdClassName
{
border-color: #C79003;
}
.TagClassName
{
border-color: #C79003;
}
</style>