Shades of Dark Goldenrod #C27C0F
Tints of Dark Goldenrod #C27C0F
RGB
CMYK
RGB Variations
Color information
#C27C0F (or 0xC27C0F) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 0F. RGB value is (194,124,15). Sum of RGB (Red+Green+Blue) = 194+124+15=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C0F is #3D83F0. Grayscale: #858585. Windows color (decimal): -4031473 or 1014978. OLE color: 1014978.
HSL color Cylindrical-coordinate representation of color #C27C0F: hue angle of 36.54º degrees, saturation: 0.86, 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 #C27C0F is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 15 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.24 |
| HSL | 36.54º | 0.86% | 0.41% | - |
| HSV(B) | 36.54º | 0.92% | 0.76% | - |
| XYZ | 29.54 | 25.92 | 3.9 | - |
| YUV | 132.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 15 | 0 | 0.36 | 0.92 | 0.24 | 36.54 | 0.86 | 0.41 |
| Hex | C2 | 7C | F | 0 | 24 | 5C | 18 | 25 | 56 | 29 |
| Octal | 302 | 174 | 17 | 0 | 44 | 134 | 30 | 45 | 126 | 51 |
| Binary | 11000010 | 1111100 | 1111 | 0 | 100100 | 1011100 | 11000 | 100101 | 1010110 | 101001 |
Color Harmonies of #C27C0F
Complementary color
Monochromatic Colors of #C27C0F
Black with #C27C0F
Text Example
Text Example
White with #C27C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C0F; }
p { color: rgb(194,124,15); }
H1.HeaderClassName
{
color: #C27C0F;
}
.AnyTagClassName
{
color: #C27C0F;
}
</style>
background-color css
<style>
a { background-color: #C27C0F; }
a { background-color: rgb(194,124,15); }
div.DivClassName
{
background-color: #C27C0F;
}
.BgClassName
{
background-color: #C27C0F;
}
</style>
border-color css
<style>
span { border-color: #C27C0F; }
span { border-color: rgb(194,124,15); }
td.TdClassName
{
border-color: #C27C0F;
}
.TagClassName
{
border-color: #C27C0F;
}
</style>