Shades of Dark Goldenrod #C27804
Tints of Dark Goldenrod #C27804
RGB
CMYK
RGB Variations
Color information
#C27804 (or 0xC27804) is known color: Dark Goldenrod. HEX triplet: C2, 78 and 04. RGB value is (194,120,4). Sum of RGB (Red+Green+Blue) = 194+120+4=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C27804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27804 is #3D87FB. Grayscale: #818181. Windows color (decimal): -4032508 or 293058. OLE color: 293058.
HSL color Cylindrical-coordinate representation of color #C27804: hue angle of 36.63º 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 #C27804 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 4 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.24 |
| HSL | 36.63º | 0.96% | 0.39% | - |
| HSV(B) | 36.63º | 0.98% | 0.76% | - |
| XYZ | 28.99 | 24.91 | 3.4 | - |
| YUV | 128.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 4 | 0 | 0.38 | 0.98 | 0.24 | 36.63 | 0.96 | 0.39 |
| Hex | C2 | 78 | 4 | 0 | 26 | 62 | 18 | 25 | 60 | 27 |
| Octal | 302 | 170 | 4 | 0 | 46 | 142 | 30 | 45 | 140 | 47 |
| Binary | 11000010 | 1111000 | 100 | 0 | 100110 | 1100010 | 11000 | 100101 | 1100000 | 100111 |
Color Harmonies of #C27804
Complementary color
Monochromatic Colors of #C27804
Black with #C27804
Text Example
Text Example
White with #C27804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27804; }
p { color: rgb(194,120,4); }
H1.HeaderClassName
{
color: #C27804;
}
.AnyTagClassName
{
color: #C27804;
}
</style>
background-color css
<style>
a { background-color: #C27804; }
a { background-color: rgb(194,120,4); }
div.DivClassName
{
background-color: #C27804;
}
.BgClassName
{
background-color: #C27804;
}
</style>
border-color css
<style>
span { border-color: #C27804; }
span { border-color: rgb(194,120,4); }
td.TdClassName
{
border-color: #C27804;
}
.TagClassName
{
border-color: #C27804;
}
</style>