Shades of Dark Goldenrod #C27A00
Tints of Dark Goldenrod #C27A00
RGB
CMYK
RGB Variations
Color information
#C27A00 (or 0xC27A00) is known color: Dark Goldenrod. HEX triplet: C2, 7A and 00. RGB value is (194,122,0). Sum of RGB (Red+Green+Blue) = 194+122+0=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A00 is #3D85FF. Grayscale: #828282. Windows color (decimal): -4032000 or 31426. OLE color: 31426.
HSL color Cylindrical-coordinate representation of color #C27A00: hue angle of 37.73º 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 #C27A00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.24 |
| HSL | 37.73º | 1% | 0.38% | - |
| HSV(B) | 37.73º | 1% | 0.76% | - |
| XYZ | 29.21 | 25.39 | 3.36 | - |
| YUV | 129.62 | 54.85 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 0 | 0 | 0.37 | 1 | 0.24 | 37.73 | 1 | 0.38 |
| Hex | C2 | 7A | 0 | 0 | 25 | 64 | 18 | 26 | 64 | 26 |
| Octal | 302 | 172 | 0 | 0 | 45 | 144 | 30 | 46 | 144 | 46 |
| Binary | 11000010 | 1111010 | 0 | 0 | 100101 | 1100100 | 11000 | 100110 | 1100100 | 100110 |
Color Harmonies of #C27A00
Complementary color
Monochromatic Colors of #C27A00
Black with #C27A00
Text Example
Text Example
White with #C27A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A00; }
p { color: rgb(194,122,0); }
H1.HeaderClassName
{
color: #C27A00;
}
.AnyTagClassName
{
color: #C27A00;
}
</style>
background-color css
<style>
a { background-color: #C27A00; }
a { background-color: rgb(194,122,0); }
div.DivClassName
{
background-color: #C27A00;
}
.BgClassName
{
background-color: #C27A00;
}
</style>
border-color css
<style>
span { border-color: #C27A00; }
span { border-color: rgb(194,122,0); }
td.TdClassName
{
border-color: #C27A00;
}
.TagClassName
{
border-color: #C27A00;
}
</style>