Shades of Dark Goldenrod #C27301
Tints of Dark Goldenrod #C27301
RGB
CMYK
RGB Variations
Color information
#C27301 (or 0xC27301) is known color: Dark Goldenrod. HEX triplet: C2, 73 and 01. RGB value is (194,115,1). Sum of RGB (Red+Green+Blue) = 194+115+1=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C27301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27301 is #3D8CFE. Grayscale: #7E7E7E. Windows color (decimal): -4033791 or 95170. OLE color: 95170.
HSL color Cylindrical-coordinate representation of color #C27301: hue angle of 35.44º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C27301 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.24 |
| HSL | 35.44º | 0.99% | 0.38% | - |
| HSV(B) | 35.44º | 0.99% | 0.76% | - |
| XYZ | 28.38 | 23.73 | 3.11 | - |
| YUV | 125.63 | 57.67 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 1 | 0 | 0.41 | 0.99 | 0.24 | 35.44 | 0.99 | 0.38 |
| Hex | C2 | 73 | 1 | 0 | 29 | 63 | 18 | 23 | 63 | 26 |
| Octal | 302 | 163 | 1 | 0 | 51 | 143 | 30 | 43 | 143 | 46 |
| Binary | 11000010 | 1110011 | 1 | 0 | 101001 | 1100011 | 11000 | 100011 | 1100011 | 100110 |
Color Harmonies of #C27301
Complementary color
Monochromatic Colors of #C27301
Black with #C27301
Text Example
Text Example
White with #C27301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27301; }
p { color: rgb(194,115,1); }
H1.HeaderClassName
{
color: #C27301;
}
.AnyTagClassName
{
color: #C27301;
}
</style>
background-color css
<style>
a { background-color: #C27301; }
a { background-color: rgb(194,115,1); }
div.DivClassName
{
background-color: #C27301;
}
.BgClassName
{
background-color: #C27301;
}
</style>
border-color css
<style>
span { border-color: #C27301; }
span { border-color: rgb(194,115,1); }
td.TdClassName
{
border-color: #C27301;
}
.TagClassName
{
border-color: #C27301;
}
</style>