Shades of Dark Goldenrod #C77A04
Tints of Dark Goldenrod #C77A04
RGB
CMYK
RGB Variations
Color information
#C77A04 (or 0xC77A04) is known color: Dark Goldenrod. HEX triplet: C7, 7A and 04. RGB value is (199,122,4). Sum of RGB (Red+Green+Blue) = 199+122+4=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A04 is #3885FB. Grayscale: #848484. Windows color (decimal): -3704316 or 293575. OLE color: 293575.
HSL color Cylindrical-coordinate representation of color #C77A04: hue angle of 36.31º degrees, saturation: 0.96, 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 #C77A04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.22 |
| HSL | 36.31º | 0.96% | 0.4% | - |
| HSV(B) | 36.31º | 0.98% | 0.78% | - |
| XYZ | 30.53 | 26.07 | 3.54 | - |
| YUV | 131.57 | 56.01 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 4 | 0 | 0.39 | 0.98 | 0.22 | 36.31 | 0.96 | 0.4 |
| Hex | C7 | 7A | 4 | 0 | 27 | 62 | 16 | 24 | 60 | 28 |
| Octal | 307 | 172 | 4 | 0 | 47 | 142 | 26 | 44 | 140 | 50 |
| Binary | 11000111 | 1111010 | 100 | 0 | 100111 | 1100010 | 10110 | 100100 | 1100000 | 101000 |
Color Harmonies of #C77A04
Complementary color
Monochromatic Colors of #C77A04
Black with #C77A04
Text Example
Text Example
White with #C77A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A04; }
p { color: rgb(199,122,4); }
H1.HeaderClassName
{
color: #C77A04;
}
.AnyTagClassName
{
color: #C77A04;
}
</style>
background-color css
<style>
a { background-color: #C77A04; }
a { background-color: rgb(199,122,4); }
div.DivClassName
{
background-color: #C77A04;
}
.BgClassName
{
background-color: #C77A04;
}
</style>
border-color css
<style>
span { border-color: #C77A04; }
span { border-color: rgb(199,122,4); }
td.TdClassName
{
border-color: #C77A04;
}
.TagClassName
{
border-color: #C77A04;
}
</style>