Shades of Dark Goldenrod #C27900
Tints of Dark Goldenrod #C27900
RGB
CMYK
RGB Variations
Color information
#C27900 (or 0xC27900) is known color: Dark Goldenrod. HEX triplet: C2, 79 and 00. RGB value is (194,121,0). Sum of RGB (Red+Green+Blue) = 194+121+0=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C27900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27900 is #3D86FF. Grayscale: #818181. Windows color (decimal): -4032256 or 31170. OLE color: 31170.
HSL color Cylindrical-coordinate representation of color #C27900: hue angle of 37.42º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C27900 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.24 |
| HSL | 37.42º | 1% | 0.38% | - |
| HSV(B) | 37.42º | 1% | 0.76% | - |
| XYZ | 29.09 | 25.14 | 3.32 | - |
| YUV | 129.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 0 | 0 | 0.38 | 1 | 0.24 | 37.42 | 1 | 0.38 |
| Hex | C2 | 79 | 0 | 0 | 26 | 64 | 18 | 25 | 64 | 26 |
| Octal | 302 | 171 | 0 | 0 | 46 | 144 | 30 | 45 | 144 | 46 |
| Binary | 11000010 | 1111001 | 0 | 0 | 100110 | 1100100 | 11000 | 100101 | 1100100 | 100110 |
Color Harmonies of #C27900
Complementary color
Monochromatic Colors of #C27900
Black with #C27900
Text Example
Text Example
White with #C27900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27900; }
p { color: rgb(194,121,0); }
H1.HeaderClassName
{
color: #C27900;
}
.AnyTagClassName
{
color: #C27900;
}
</style>
background-color css
<style>
a { background-color: #C27900; }
a { background-color: rgb(194,121,0); }
div.DivClassName
{
background-color: #C27900;
}
.BgClassName
{
background-color: #C27900;
}
</style>
border-color css
<style>
span { border-color: #C27900; }
span { border-color: rgb(194,121,0); }
td.TdClassName
{
border-color: #C27900;
}
.TagClassName
{
border-color: #C27900;
}
</style>