Shades of Dark Goldenrod #C77508
Tints of Dark Goldenrod #C77508
RGB
CMYK
RGB Variations
Color information
#C77508 (or 0xC77508) is known color: Dark Goldenrod. HEX triplet: C7, 75 and 08. RGB value is (199,117,8). Sum of RGB (Red+Green+Blue) = 199+117+8=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C77508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77508 is #388AF7. Grayscale: #818181. Windows color (decimal): -3705592 or 554439. OLE color: 554439.
HSL color Cylindrical-coordinate representation of color #C77508: hue angle of 34.24º 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 #C77508 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.22 |
| HSL | 34.24º | 0.92% | 0.41% | - |
| HSV(B) | 34.24º | 0.96% | 0.78% | - |
| XYZ | 29.96 | 24.88 | 3.45 | - |
| YUV | 129.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 8 | 0 | 0.41 | 0.96 | 0.22 | 34.24 | 0.92 | 0.41 |
| Hex | C7 | 75 | 8 | 0 | 29 | 60 | 16 | 22 | 5C | 29 |
| Octal | 307 | 165 | 10 | 0 | 51 | 140 | 26 | 42 | 134 | 51 |
| Binary | 11000111 | 1110101 | 1000 | 0 | 101001 | 1100000 | 10110 | 100010 | 1011100 | 101001 |
Color Harmonies of #C77508
Complementary color
Monochromatic Colors of #C77508
Black with #C77508
Text Example
Text Example
White with #C77508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77508; }
p { color: rgb(199,117,8); }
H1.HeaderClassName
{
color: #C77508;
}
.AnyTagClassName
{
color: #C77508;
}
</style>
background-color css
<style>
a { background-color: #C77508; }
a { background-color: rgb(199,117,8); }
div.DivClassName
{
background-color: #C77508;
}
.BgClassName
{
background-color: #C77508;
}
</style>
border-color css
<style>
span { border-color: #C77508; }
span { border-color: rgb(199,117,8); }
td.TdClassName
{
border-color: #C77508;
}
.TagClassName
{
border-color: #C77508;
}
</style>