Shades of Dark Goldenrod #C77807
Tints of Dark Goldenrod #C77807
RGB
CMYK
RGB Variations
Color information
#C77807 (or 0xC77807) is known color: Dark Goldenrod. HEX triplet: C7, 78 and 07. RGB value is (199,120,7). Sum of RGB (Red+Green+Blue) = 199+120+7=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C77807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77807 is #3887F8. Grayscale: #838383. Windows color (decimal): -3704825 or 489671. OLE color: 489671.
HSL color Cylindrical-coordinate representation of color #C77807: hue angle of 35.31º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C77807 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 7 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.22 |
| HSL | 35.31º | 0.93% | 0.4% | - |
| HSV(B) | 35.31º | 0.96% | 0.78% | - |
| XYZ | 30.31 | 25.59 | 3.54 | - |
| YUV | 130.74 | 58.17 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 7 | 0 | 0.40 | 0.96 | 0.22 | 35.31 | 0.93 | 0.4 |
| Hex | C7 | 78 | 7 | 0 | 28 | 60 | 16 | 23 | 5D | 28 |
| Octal | 307 | 170 | 7 | 0 | 50 | 140 | 26 | 43 | 135 | 50 |
| Binary | 11000111 | 1111000 | 111 | 0 | 101000 | 1100000 | 10110 | 100011 | 1011101 | 101000 |
Color Harmonies of #C77807
Complementary color
Monochromatic Colors of #C77807
Black with #C77807
Text Example
Text Example
White with #C77807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77807; }
p { color: rgb(199,120,7); }
H1.HeaderClassName
{
color: #C77807;
}
.AnyTagClassName
{
color: #C77807;
}
</style>
background-color css
<style>
a { background-color: #C77807; }
a { background-color: rgb(199,120,7); }
div.DivClassName
{
background-color: #C77807;
}
.BgClassName
{
background-color: #C77807;
}
</style>
border-color css
<style>
span { border-color: #C77807; }
span { border-color: rgb(199,120,7); }
td.TdClassName
{
border-color: #C77807;
}
.TagClassName
{
border-color: #C77807;
}
</style>