Shades of Dark Goldenrod #C27A04
Tints of Dark Goldenrod #C27A04
RGB
CMYK
RGB Variations
Color information
#C27A04 (or 0xC27A04) is known color: Dark Goldenrod. HEX triplet: C2, 7A and 04. RGB value is (194,122,4). Sum of RGB (Red+Green+Blue) = 194+122+4=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A04 is #3D85FB. Grayscale: #828282. Windows color (decimal): -4031996 or 293570. OLE color: 293570.
HSL color Cylindrical-coordinate representation of color #C27A04: hue angle of 37.26º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C27A04 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 4 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.24 |
| HSL | 37.26º | 0.96% | 0.39% | - |
| HSV(B) | 37.26º | 0.98% | 0.76% | - |
| XYZ | 29.23 | 25.4 | 3.48 | - |
| YUV | 130.08 | 56.85 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 4 | 0 | 0.37 | 0.98 | 0.24 | 37.26 | 0.96 | 0.39 |
| Hex | C2 | 7A | 4 | 0 | 25 | 62 | 18 | 25 | 60 | 27 |
| Octal | 302 | 172 | 4 | 0 | 45 | 142 | 30 | 45 | 140 | 47 |
| Binary | 11000010 | 1111010 | 100 | 0 | 100101 | 1100010 | 11000 | 100101 | 1100000 | 100111 |
Color Harmonies of #C27A04
Complementary color
Monochromatic Colors of #C27A04
Black with #C27A04
Text Example
Text Example
White with #C27A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A04; }
p { color: rgb(194,122,4); }
H1.HeaderClassName
{
color: #C27A04;
}
.AnyTagClassName
{
color: #C27A04;
}
</style>
background-color css
<style>
a { background-color: #C27A04; }
a { background-color: rgb(194,122,4); }
div.DivClassName
{
background-color: #C27A04;
}
.BgClassName
{
background-color: #C27A04;
}
</style>
border-color css
<style>
span { border-color: #C27A04; }
span { border-color: rgb(194,122,4); }
td.TdClassName
{
border-color: #C27A04;
}
.TagClassName
{
border-color: #C27A04;
}
</style>