Shades of Dark Goldenrod #C77D0B
Tints of Dark Goldenrod #C77D0B
RGB
CMYK
RGB Variations
Color information
#C77D0B (or 0xC77D0B) is known color: Dark Goldenrod. HEX triplet: C7, 7D and 0B. RGB value is (199,125,11). Sum of RGB (Red+Green+Blue) = 199+125+11=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D0B is #3882F4. Grayscale: #868686. Windows color (decimal): -3703541 or 753095. OLE color: 753095.
HSL color Cylindrical-coordinate representation of color #C77D0B: hue angle of 36.38º 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 #C77D0B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.22 |
| HSL | 36.38º | 0.9% | 0.41% | - |
| HSV(B) | 36.38º | 0.94% | 0.78% | - |
| XYZ | 30.95 | 26.83 | 3.86 | - |
| YUV | 134.13 | 58.52 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 11 | 0 | 0.37 | 0.94 | 0.22 | 36.38 | 0.9 | 0.41 |
| Hex | C7 | 7D | B | 0 | 25 | 5E | 16 | 24 | 5A | 29 |
| Octal | 307 | 175 | 13 | 0 | 45 | 136 | 26 | 44 | 132 | 51 |
| Binary | 11000111 | 1111101 | 1011 | 0 | 100101 | 1011110 | 10110 | 100100 | 1011010 | 101001 |
Color Harmonies of #C77D0B
Complementary color
Monochromatic Colors of #C77D0B
Black with #C77D0B
Text Example
Text Example
White with #C77D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D0B; }
p { color: rgb(199,125,11); }
H1.HeaderClassName
{
color: #C77D0B;
}
.AnyTagClassName
{
color: #C77D0B;
}
</style>
background-color css
<style>
a { background-color: #C77D0B; }
a { background-color: rgb(199,125,11); }
div.DivClassName
{
background-color: #C77D0B;
}
.BgClassName
{
background-color: #C77D0B;
}
</style>
border-color css
<style>
span { border-color: #C77D0B; }
span { border-color: rgb(199,125,11); }
td.TdClassName
{
border-color: #C77D0B;
}
.TagClassName
{
border-color: #C77D0B;
}
</style>