Shades of Dark Goldenrod #C07108
Tints of Dark Goldenrod #C07108
RGB
CMYK
RGB Variations
Color information
#C07108 (or 0xC07108) is known color: Dark Goldenrod. HEX triplet: C0, 71 and 08. RGB value is (192,113,8). Sum of RGB (Red+Green+Blue) = 192+113+8=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C07108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07108 is #3F8EF7. Grayscale: #7D7D7D. Windows color (decimal): -4165368 or 553408. OLE color: 553408.
HSL color Cylindrical-coordinate representation of color #C07108: hue angle of 34.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C07108 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.25 |
| HSL | 34.24º | 0.92% | 0.39% | - |
| HSV(B) | 34.24º | 0.96% | 0.75% | - |
| XYZ | 27.69 | 23.03 | 3.22 | - |
| YUV | 124.65 | 62.17 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 8 | 0 | 0.41 | 0.96 | 0.25 | 34.24 | 0.92 | 0.39 |
| Hex | C0 | 71 | 8 | 0 | 29 | 60 | 19 | 22 | 5C | 27 |
| Octal | 300 | 161 | 10 | 0 | 51 | 140 | 31 | 42 | 134 | 47 |
| Binary | 11000000 | 1110001 | 1000 | 0 | 101001 | 1100000 | 11001 | 100010 | 1011100 | 100111 |
Color Harmonies of #C07108
Complementary color
Monochromatic Colors of #C07108
Black with #C07108
Text Example
Text Example
White with #C07108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07108; }
p { color: rgb(192,113,8); }
H1.HeaderClassName
{
color: #C07108;
}
.AnyTagClassName
{
color: #C07108;
}
</style>
background-color css
<style>
a { background-color: #C07108; }
a { background-color: rgb(192,113,8); }
div.DivClassName
{
background-color: #C07108;
}
.BgClassName
{
background-color: #C07108;
}
</style>
border-color css
<style>
span { border-color: #C07108; }
span { border-color: rgb(192,113,8); }
td.TdClassName
{
border-color: #C07108;
}
.TagClassName
{
border-color: #C07108;
}
</style>