Shades of Dark Goldenrod #C27705
Tints of Dark Goldenrod #C27705
RGB
CMYK
RGB Variations
Color information
#C27705 (or 0xC27705) is known color: Dark Goldenrod. HEX triplet: C2, 77 and 05. RGB value is (194,119,5). Sum of RGB (Red+Green+Blue) = 194+119+5=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C27705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27705 is #3D88FA. Grayscale: #808080. Windows color (decimal): -4032763 or 358338. OLE color: 358338.
HSL color Cylindrical-coordinate representation of color #C27705: hue angle of 36.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C27705 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 5 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.24 |
| HSL | 36.19º | 0.95% | 0.39% | - |
| HSV(B) | 36.19º | 0.97% | 0.76% | - |
| XYZ | 28.87 | 24.67 | 3.38 | - |
| YUV | 128.43 | 58.35 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 5 | 0 | 0.39 | 0.97 | 0.24 | 36.19 | 0.95 | 0.39 |
| Hex | C2 | 77 | 5 | 0 | 27 | 61 | 18 | 24 | 5F | 27 |
| Octal | 302 | 167 | 5 | 0 | 47 | 141 | 30 | 44 | 137 | 47 |
| Binary | 11000010 | 1110111 | 101 | 0 | 100111 | 1100001 | 11000 | 100100 | 1011111 | 100111 |
Color Harmonies of #C27705
Complementary color
Monochromatic Colors of #C27705
Black with #C27705
Text Example
Text Example
White with #C27705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27705; }
p { color: rgb(194,119,5); }
H1.HeaderClassName
{
color: #C27705;
}
.AnyTagClassName
{
color: #C27705;
}
</style>
background-color css
<style>
a { background-color: #C27705; }
a { background-color: rgb(194,119,5); }
div.DivClassName
{
background-color: #C27705;
}
.BgClassName
{
background-color: #C27705;
}
</style>
border-color css
<style>
span { border-color: #C27705; }
span { border-color: rgb(194,119,5); }
td.TdClassName
{
border-color: #C27705;
}
.TagClassName
{
border-color: #C27705;
}
</style>