Shades of Dark Goldenrod #C27F0E
Tints of Dark Goldenrod #C27F0E
RGB
CMYK
RGB Variations
Color information
#C27F0E (or 0xC27F0E) is known color: Dark Goldenrod. HEX triplet: C2, 7F and 0E. RGB value is (194,127,14). Sum of RGB (Red+Green+Blue) = 194+127+14=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F0E is #3D80F1. Grayscale: #868686. Windows color (decimal): -4030706 or 950210. OLE color: 950210.
HSL color Cylindrical-coordinate representation of color #C27F0E: hue angle of 37.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C27F0E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 14 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.24 |
| HSL | 37.67º | 0.87% | 0.41% | - |
| HSV(B) | 37.67º | 0.93% | 0.76% | - |
| XYZ | 29.92 | 26.68 | 3.99 | - |
| YUV | 134.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 14 | 0 | 0.35 | 0.93 | 0.24 | 37.67 | 0.87 | 0.41 |
| Hex | C2 | 7F | E | 0 | 23 | 5D | 18 | 26 | 57 | 29 |
| Octal | 302 | 177 | 16 | 0 | 43 | 135 | 30 | 46 | 127 | 51 |
| Binary | 11000010 | 1111111 | 1110 | 0 | 100011 | 1011101 | 11000 | 100110 | 1010111 | 101001 |
Color Harmonies of #C27F0E
Complementary color
Monochromatic Colors of #C27F0E
Black with #C27F0E
Text Example
Text Example
White with #C27F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F0E; }
p { color: rgb(194,127,14); }
H1.HeaderClassName
{
color: #C27F0E;
}
.AnyTagClassName
{
color: #C27F0E;
}
</style>
background-color css
<style>
a { background-color: #C27F0E; }
a { background-color: rgb(194,127,14); }
div.DivClassName
{
background-color: #C27F0E;
}
.BgClassName
{
background-color: #C27F0E;
}
</style>
border-color css
<style>
span { border-color: #C27F0E; }
span { border-color: rgb(194,127,14); }
td.TdClassName
{
border-color: #C27F0E;
}
.TagClassName
{
border-color: #C27F0E;
}
</style>