Shades of Dark Goldenrod #C27707
Tints of Dark Goldenrod #C27707
RGB
CMYK
RGB Variations
Color information
#C27707 (or 0xC27707) is known color: Dark Goldenrod. HEX triplet: C2, 77 and 07. RGB value is (194,119,7). Sum of RGB (Red+Green+Blue) = 194+119+7=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C27707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27707 is #3D88F8. Grayscale: #818181. Windows color (decimal): -4032761 or 489410. OLE color: 489410.
HSL color Cylindrical-coordinate representation of color #C27707: hue angle of 35.94º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C27707 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 7 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.24 |
| HSL | 35.94º | 0.93% | 0.39% | - |
| HSV(B) | 35.94º | 0.96% | 0.76% | - |
| XYZ | 28.88 | 24.68 | 3.44 | - |
| YUV | 128.66 | 59.35 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 7 | 0 | 0.39 | 0.96 | 0.24 | 35.94 | 0.93 | 0.39 |
| Hex | C2 | 77 | 7 | 0 | 27 | 60 | 18 | 24 | 5D | 27 |
| Octal | 302 | 167 | 7 | 0 | 47 | 140 | 30 | 44 | 135 | 47 |
| Binary | 11000010 | 1110111 | 111 | 0 | 100111 | 1100000 | 11000 | 100100 | 1011101 | 100111 |
Color Harmonies of #C27707
Complementary color
Monochromatic Colors of #C27707
Black with #C27707
Text Example
Text Example
White with #C27707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27707; }
p { color: rgb(194,119,7); }
H1.HeaderClassName
{
color: #C27707;
}
.AnyTagClassName
{
color: #C27707;
}
</style>
background-color css
<style>
a { background-color: #C27707; }
a { background-color: rgb(194,119,7); }
div.DivClassName
{
background-color: #C27707;
}
.BgClassName
{
background-color: #C27707;
}
</style>
border-color css
<style>
span { border-color: #C27707; }
span { border-color: rgb(194,119,7); }
td.TdClassName
{
border-color: #C27707;
}
.TagClassName
{
border-color: #C27707;
}
</style>