Shades of Dark Goldenrod #C77D08
Tints of Dark Goldenrod #C77D08
RGB
CMYK
RGB Variations
Color information
#C77D08 (or 0xC77D08) is known color: Dark Goldenrod. HEX triplet: C7, 7D and 08. RGB value is (199,125,8). Sum of RGB (Red+Green+Blue) = 199+125+8=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C77D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77D08 is #3882F7. Grayscale: #868686. Windows color (decimal): -3703544 or 556487. OLE color: 556487.
HSL color Cylindrical-coordinate representation of color #C77D08: hue angle of 36.75º 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 #C77D08 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 8 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.22 |
| HSL | 36.75º | 0.92% | 0.41% | - |
| HSV(B) | 36.75º | 0.96% | 0.78% | - |
| XYZ | 30.93 | 26.83 | 3.78 | - |
| YUV | 133.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 8 | 0 | 0.37 | 0.96 | 0.22 | 36.75 | 0.92 | 0.41 |
| Hex | C7 | 7D | 8 | 0 | 25 | 60 | 16 | 25 | 5C | 29 |
| Octal | 307 | 175 | 10 | 0 | 45 | 140 | 26 | 45 | 134 | 51 |
| Binary | 11000111 | 1111101 | 1000 | 0 | 100101 | 1100000 | 10110 | 100101 | 1011100 | 101001 |
Color Harmonies of #C77D08
Complementary color
Monochromatic Colors of #C77D08
Black with #C77D08
Text Example
Text Example
White with #C77D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77D08; }
p { color: rgb(199,125,8); }
H1.HeaderClassName
{
color: #C77D08;
}
.AnyTagClassName
{
color: #C77D08;
}
</style>
background-color css
<style>
a { background-color: #C77D08; }
a { background-color: rgb(199,125,8); }
div.DivClassName
{
background-color: #C77D08;
}
.BgClassName
{
background-color: #C77D08;
}
</style>
border-color css
<style>
span { border-color: #C77D08; }
span { border-color: rgb(199,125,8); }
td.TdClassName
{
border-color: #C77D08;
}
.TagClassName
{
border-color: #C77D08;
}
</style>