Shades of Dark Goldenrod #C77403
Tints of Dark Goldenrod #C77403
RGB
CMYK
RGB Variations
Color information
#C77403 (or 0xC77403) is known color: Dark Goldenrod. HEX triplet: C7, 74 and 03. RGB value is (199,116,3). Sum of RGB (Red+Green+Blue) = 199+116+3=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C77403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77403 is #388BFC. Grayscale: #808080. Windows color (decimal): -3705853 or 226503. OLE color: 226503.
HSL color Cylindrical-coordinate representation of color #C77403: hue angle of 34.59º 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 #C77403 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 3 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.22 |
| HSL | 34.59º | 0.97% | 0.4% | - |
| HSV(B) | 34.59º | 0.98% | 0.78% | - |
| XYZ | 29.82 | 24.64 | 3.27 | - |
| YUV | 127.94 | 57.5 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 3 | 0 | 0.42 | 0.98 | 0.22 | 34.59 | 0.97 | 0.4 |
| Hex | C7 | 74 | 3 | 0 | 2A | 62 | 16 | 23 | 61 | 28 |
| Octal | 307 | 164 | 3 | 0 | 52 | 142 | 26 | 43 | 141 | 50 |
| Binary | 11000111 | 1110100 | 11 | 0 | 101010 | 1100010 | 10110 | 100011 | 1100001 | 101000 |
Color Harmonies of #C77403
Complementary color
Monochromatic Colors of #C77403
Black with #C77403
Text Example
Text Example
White with #C77403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77403; }
p { color: rgb(199,116,3); }
H1.HeaderClassName
{
color: #C77403;
}
.AnyTagClassName
{
color: #C77403;
}
</style>
background-color css
<style>
a { background-color: #C77403; }
a { background-color: rgb(199,116,3); }
div.DivClassName
{
background-color: #C77403;
}
.BgClassName
{
background-color: #C77403;
}
</style>
border-color css
<style>
span { border-color: #C77403; }
span { border-color: rgb(199,116,3); }
td.TdClassName
{
border-color: #C77403;
}
.TagClassName
{
border-color: #C77403;
}
</style>