Shades of Dark Goldenrod #C77600
Tints of Dark Goldenrod #C77600
RGB
CMYK
RGB Variations
Color information
#C77600 (or 0xC77600) is known color: Dark Goldenrod. HEX triplet: C7, 76 and 00. RGB value is (199,118,0). Sum of RGB (Red+Green+Blue) = 199+118+0=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C77600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77600 is #3889FF. Grayscale: #818181. Windows color (decimal): -3705344 or 30407. OLE color: 30407.
HSL color Cylindrical-coordinate representation of color #C77600: hue angle of 35.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C77600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.22 |
| HSL | 35.58º | 1% | 0.39% | - |
| HSV(B) | 35.58º | 1% | 0.78% | - |
| XYZ | 30.03 | 25.1 | 3.26 | - |
| YUV | 128.77 | 55.34 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 0 | 0 | 0.41 | 1 | 0.22 | 35.58 | 1 | 0.39 |
| Hex | C7 | 76 | 0 | 0 | 29 | 64 | 16 | 24 | 64 | 27 |
| Octal | 307 | 166 | 0 | 0 | 51 | 144 | 26 | 44 | 144 | 47 |
| Binary | 11000111 | 1110110 | 0 | 0 | 101001 | 1100100 | 10110 | 100100 | 1100100 | 100111 |
Color Harmonies of #C77600
Complementary color
Monochromatic Colors of #C77600
Black with #C77600
Text Example
Text Example
White with #C77600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77600; }
p { color: rgb(199,118,0); }
H1.HeaderClassName
{
color: #C77600;
}
.AnyTagClassName
{
color: #C77600;
}
</style>
background-color css
<style>
a { background-color: #C77600; }
a { background-color: rgb(199,118,0); }
div.DivClassName
{
background-color: #C77600;
}
.BgClassName
{
background-color: #C77600;
}
</style>
border-color css
<style>
span { border-color: #C77600; }
span { border-color: rgb(199,118,0); }
td.TdClassName
{
border-color: #C77600;
}
.TagClassName
{
border-color: #C77600;
}
</style>