Shades of Dark Goldenrod #C7780B
Tints of Dark Goldenrod #C7780B
RGB
CMYK
RGB Variations
Color information
#C7780B (or 0xC7780B) is known color: Dark Goldenrod. HEX triplet: C7, 78 and 0B. RGB value is (199,120,11). Sum of RGB (Red+Green+Blue) = 199+120+11=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7780B is #3887F4. Grayscale: #838383. Windows color (decimal): -3704821 or 751815. OLE color: 751815.
HSL color Cylindrical-coordinate representation of color #C7780B: hue angle of 34.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7780B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 120 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.22 |
| HSL | 34.79º | 0.9% | 0.41% | - |
| HSV(B) | 34.79º | 0.94% | 0.78% | - |
| XYZ | 30.33 | 25.6 | 3.66 | - |
| YUV | 131.2 | 60.17 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 11 | 0 | 0.40 | 0.94 | 0.22 | 34.79 | 0.9 | 0.41 |
| Hex | C7 | 78 | B | 0 | 28 | 5E | 16 | 23 | 5A | 29 |
| Octal | 307 | 170 | 13 | 0 | 50 | 136 | 26 | 43 | 132 | 51 |
| Binary | 11000111 | 1111000 | 1011 | 0 | 101000 | 1011110 | 10110 | 100011 | 1011010 | 101001 |
Color Harmonies of #C7780B
Complementary color
Monochromatic Colors of #C7780B
Black with #C7780B
Text Example
Text Example
White with #C7780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7780B; }
p { color: rgb(199,120,11); }
H1.HeaderClassName
{
color: #C7780B;
}
.AnyTagClassName
{
color: #C7780B;
}
</style>
background-color css
<style>
a { background-color: #C7780B; }
a { background-color: rgb(199,120,11); }
div.DivClassName
{
background-color: #C7780B;
}
.BgClassName
{
background-color: #C7780B;
}
</style>
border-color css
<style>
span { border-color: #C7780B; }
span { border-color: rgb(199,120,11); }
td.TdClassName
{
border-color: #C7780B;
}
.TagClassName
{
border-color: #C7780B;
}
</style>