Shades of Dark Goldenrod #C77F08
Tints of Dark Goldenrod #C77F08
RGB
CMYK
RGB Variations
Color information
#C77F08 (or 0xC77F08) is known color: Dark Goldenrod. HEX triplet: C7, 7F and 08. RGB value is (199,127,8). Sum of RGB (Red+Green+Blue) = 199+127+8=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77F08 is #3880F7. Grayscale: #878787. Windows color (decimal): -3703032 or 556999. OLE color: 556999.
HSL color Cylindrical-coordinate representation of color #C77F08: hue angle of 37.38º 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 #C77F08 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.22 |
| HSL | 37.38º | 0.92% | 0.41% | - |
| HSV(B) | 37.38º | 0.96% | 0.78% | - |
| XYZ | 31.19 | 27.34 | 3.86 | - |
| YUV | 134.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 8 | 0 | 0.36 | 0.96 | 0.22 | 37.38 | 0.92 | 0.41 |
| Hex | C7 | 7F | 8 | 0 | 24 | 60 | 16 | 25 | 5C | 29 |
| Octal | 307 | 177 | 10 | 0 | 44 | 140 | 26 | 45 | 134 | 51 |
| Binary | 11000111 | 1111111 | 1000 | 0 | 100100 | 1100000 | 10110 | 100101 | 1011100 | 101001 |
Color Harmonies of #C77F08
Complementary color
Monochromatic Colors of #C77F08
Black with #C77F08
Text Example
Text Example
White with #C77F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F08; }
p { color: rgb(199,127,8); }
H1.HeaderClassName
{
color: #C77F08;
}
.AnyTagClassName
{
color: #C77F08;
}
</style>
background-color css
<style>
a { background-color: #C77F08; }
a { background-color: rgb(199,127,8); }
div.DivClassName
{
background-color: #C77F08;
}
.BgClassName
{
background-color: #C77F08;
}
</style>
border-color css
<style>
span { border-color: #C77F08; }
span { border-color: rgb(199,127,8); }
td.TdClassName
{
border-color: #C77F08;
}
.TagClassName
{
border-color: #C77F08;
}
</style>