Shades of Dark Goldenrod #C27C13
Tints of Dark Goldenrod #C27C13
RGB
CMYK
RGB Variations
Color information
#C27C13 (or 0xC27C13) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 13. RGB value is (194,124,19). Sum of RGB (Red+Green+Blue) = 194+124+19=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C13 is #3D83EC. Grayscale: #858585. Windows color (decimal): -4031469 or 1277122. OLE color: 1277122.
HSL color Cylindrical-coordinate representation of color #C27C13: hue angle of 36º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C27C13 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 19 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.24 |
| HSL | 36º | 0.82% | 0.42% | - |
| HSV(B) | 36º | 0.9% | 0.76% | - |
| XYZ | 29.57 | 25.93 | 4.06 | - |
| YUV | 132.96 | 63.69 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 19 | 0 | 0.36 | 0.90 | 0.24 | 36 | 0.82 | 0.42 |
| Hex | C2 | 7C | 13 | 0 | 24 | 5A | 18 | 24 | 52 | 2A |
| Octal | 302 | 174 | 23 | 0 | 44 | 132 | 30 | 44 | 122 | 52 |
| Binary | 11000010 | 1111100 | 10011 | 0 | 100100 | 1011010 | 11000 | 100100 | 1010010 | 101010 |
Color Harmonies of #C27C13
Complementary color
Monochromatic Colors of #C27C13
Black with #C27C13
Text Example
Text Example
White with #C27C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C13; }
p { color: rgb(194,124,19); }
H1.HeaderClassName
{
color: #C27C13;
}
.AnyTagClassName
{
color: #C27C13;
}
</style>
background-color css
<style>
a { background-color: #C27C13; }
a { background-color: rgb(194,124,19); }
div.DivClassName
{
background-color: #C27C13;
}
.BgClassName
{
background-color: #C27C13;
}
</style>
border-color css
<style>
span { border-color: #C27C13; }
span { border-color: rgb(194,124,19); }
td.TdClassName
{
border-color: #C27C13;
}
.TagClassName
{
border-color: #C27C13;
}
</style>