Shades of Dark Goldenrod #C77A0B
Tints of Dark Goldenrod #C77A0B
RGB
CMYK
RGB Variations
Color information
#C77A0B (or 0xC77A0B) is known color: Dark Goldenrod. HEX triplet: C7, 7A and 0B. RGB value is (199,122,11). Sum of RGB (Red+Green+Blue) = 199+122+11=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77A0B is #3885F4. Grayscale: #848484. Windows color (decimal): -3704309 or 752327. OLE color: 752327.
HSL color Cylindrical-coordinate representation of color #C77A0B: hue angle of 35.43º 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 #C77A0B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 11 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.22 |
| HSL | 35.43º | 0.9% | 0.41% | - |
| HSV(B) | 35.43º | 0.94% | 0.78% | - |
| XYZ | 30.57 | 26.09 | 3.74 | - |
| YUV | 132.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 11 | 0 | 0.39 | 0.94 | 0.22 | 35.43 | 0.9 | 0.41 |
| Hex | C7 | 7A | B | 0 | 27 | 5E | 16 | 23 | 5A | 29 |
| Octal | 307 | 172 | 13 | 0 | 47 | 136 | 26 | 43 | 132 | 51 |
| Binary | 11000111 | 1111010 | 1011 | 0 | 100111 | 1011110 | 10110 | 100011 | 1011010 | 101001 |
Color Harmonies of #C77A0B
Complementary color
Monochromatic Colors of #C77A0B
Black with #C77A0B
Text Example
Text Example
White with #C77A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A0B; }
p { color: rgb(199,122,11); }
H1.HeaderClassName
{
color: #C77A0B;
}
.AnyTagClassName
{
color: #C77A0B;
}
</style>
background-color css
<style>
a { background-color: #C77A0B; }
a { background-color: rgb(199,122,11); }
div.DivClassName
{
background-color: #C77A0B;
}
.BgClassName
{
background-color: #C77A0B;
}
</style>
border-color css
<style>
span { border-color: #C77A0B; }
span { border-color: rgb(199,122,11); }
td.TdClassName
{
border-color: #C77A0B;
}
.TagClassName
{
border-color: #C77A0B;
}
</style>