Shades of Dark Goldenrod #C27F10
Tints of Dark Goldenrod #C27F10
RGB
CMYK
RGB Variations
Color information
#C27F10 (or 0xC27F10) is known color: Dark Goldenrod. HEX triplet: C2, 7F and 10. RGB value is (194,127,16). Sum of RGB (Red+Green+Blue) = 194+127+16=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F10 is #3D80EF. Grayscale: #868686. Windows color (decimal): -4030704 or 1081282. OLE color: 1081282.
HSL color Cylindrical-coordinate representation of color #C27F10: hue angle of 37.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C27F10 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 16 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.24 |
| HSL | 37.42º | 0.85% | 0.41% | - |
| HSV(B) | 37.42º | 0.92% | 0.76% | - |
| XYZ | 29.93 | 26.69 | 4.06 | - |
| YUV | 134.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 16 | 0 | 0.35 | 0.92 | 0.24 | 37.42 | 0.85 | 0.41 |
| Hex | C2 | 7F | 10 | 0 | 23 | 5C | 18 | 25 | 55 | 29 |
| Octal | 302 | 177 | 20 | 0 | 43 | 134 | 30 | 45 | 125 | 51 |
| Binary | 11000010 | 1111111 | 10000 | 0 | 100011 | 1011100 | 11000 | 100101 | 1010101 | 101001 |
Color Harmonies of #C27F10
Complementary color
Monochromatic Colors of #C27F10
Black with #C27F10
Text Example
Text Example
White with #C27F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F10; }
p { color: rgb(194,127,16); }
H1.HeaderClassName
{
color: #C27F10;
}
.AnyTagClassName
{
color: #C27F10;
}
</style>
background-color css
<style>
a { background-color: #C27F10; }
a { background-color: rgb(194,127,16); }
div.DivClassName
{
background-color: #C27F10;
}
.BgClassName
{
background-color: #C27F10;
}
</style>
border-color css
<style>
span { border-color: #C27F10; }
span { border-color: rgb(194,127,16); }
td.TdClassName
{
border-color: #C27F10;
}
.TagClassName
{
border-color: #C27F10;
}
</style>