Shades of Dark Goldenrod #C77708
Tints of Dark Goldenrod #C77708
RGB
CMYK
RGB Variations
Color information
#C77708 (or 0xC77708) is known color: Dark Goldenrod. HEX triplet: C7, 77 and 08. RGB value is (199,119,8). Sum of RGB (Red+Green+Blue) = 199+119+8=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C77708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77708 is #3888F7. Grayscale: #828282. Windows color (decimal): -3705080 or 554951. OLE color: 554951.
HSL color Cylindrical-coordinate representation of color #C77708: hue angle of 34.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C77708 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 8 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.22 |
| HSL | 34.87º | 0.92% | 0.41% | - |
| HSV(B) | 34.87º | 0.96% | 0.78% | - |
| XYZ | 30.19 | 25.35 | 3.53 | - |
| YUV | 130.27 | 59 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 8 | 0 | 0.40 | 0.96 | 0.22 | 34.87 | 0.92 | 0.41 |
| Hex | C7 | 77 | 8 | 0 | 28 | 60 | 16 | 23 | 5C | 29 |
| Octal | 307 | 167 | 10 | 0 | 50 | 140 | 26 | 43 | 134 | 51 |
| Binary | 11000111 | 1110111 | 1000 | 0 | 101000 | 1100000 | 10110 | 100011 | 1011100 | 101001 |
Color Harmonies of #C77708
Complementary color
Monochromatic Colors of #C77708
Black with #C77708
Text Example
Text Example
White with #C77708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77708; }
p { color: rgb(199,119,8); }
H1.HeaderClassName
{
color: #C77708;
}
.AnyTagClassName
{
color: #C77708;
}
</style>
background-color css
<style>
a { background-color: #C77708; }
a { background-color: rgb(199,119,8); }
div.DivClassName
{
background-color: #C77708;
}
.BgClassName
{
background-color: #C77708;
}
</style>
border-color css
<style>
span { border-color: #C77708; }
span { border-color: rgb(199,119,8); }
td.TdClassName
{
border-color: #C77708;
}
.TagClassName
{
border-color: #C77708;
}
</style>