Shades of Dark Goldenrod #C27F0F
Tints of Dark Goldenrod #C27F0F
RGB
CMYK
RGB Variations
Color information
#C27F0F (or 0xC27F0F) is known color: Dark Goldenrod. HEX triplet: C2, 7F and 0F. RGB value is (194,127,15). Sum of RGB (Red+Green+Blue) = 194+127+15=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F0F is #3D80F0. Grayscale: #868686. Windows color (decimal): -4030705 or 1015746. OLE color: 1015746.
HSL color Cylindrical-coordinate representation of color #C27F0F: hue angle of 37.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 #C27F0F is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 15 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.24 |
| HSL | 37.54º | 0.86% | 0.41% | - |
| HSV(B) | 37.54º | 0.92% | 0.76% | - |
| XYZ | 29.92 | 26.68 | 4.03 | - |
| YUV | 134.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 15 | 0 | 0.35 | 0.92 | 0.24 | 37.54 | 0.86 | 0.41 |
| Hex | C2 | 7F | F | 0 | 23 | 5C | 18 | 26 | 56 | 29 |
| Octal | 302 | 177 | 17 | 0 | 43 | 134 | 30 | 46 | 126 | 51 |
| Binary | 11000010 | 1111111 | 1111 | 0 | 100011 | 1011100 | 11000 | 100110 | 1010110 | 101001 |
Color Harmonies of #C27F0F
Complementary color
Monochromatic Colors of #C27F0F
Black with #C27F0F
Text Example
Text Example
White with #C27F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F0F; }
p { color: rgb(194,127,15); }
H1.HeaderClassName
{
color: #C27F0F;
}
.AnyTagClassName
{
color: #C27F0F;
}
</style>
background-color css
<style>
a { background-color: #C27F0F; }
a { background-color: rgb(194,127,15); }
div.DivClassName
{
background-color: #C27F0F;
}
.BgClassName
{
background-color: #C27F0F;
}
</style>
border-color css
<style>
span { border-color: #C27F0F; }
span { border-color: rgb(194,127,15); }
td.TdClassName
{
border-color: #C27F0F;
}
.TagClassName
{
border-color: #C27F0F;
}
</style>