Shades of Dark Goldenrod #C28604
Tints of Dark Goldenrod #C28604
RGB
CMYK
RGB Variations
Color information
#C28604 (or 0xC28604) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 04. RGB value is (194,134,4). Sum of RGB (Red+Green+Blue) = 194+134+4=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C28604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28604 is #3D79FB. Grayscale: #898989. Windows color (decimal): -4028924 or 296642. OLE color: 296642.
HSL color Cylindrical-coordinate representation of color #C28604: hue angle of 41.05º 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 #C28604 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.24 |
| HSL | 41.05º | 0.96% | 0.39% | - |
| HSV(B) | 41.05º | 0.98% | 0.76% | - |
| XYZ | 30.8 | 28.53 | 4 | - |
| YUV | 137.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 4 | 0 | 0.31 | 0.98 | 0.24 | 41.05 | 0.96 | 0.39 |
| Hex | C2 | 86 | 4 | 0 | 1F | 62 | 18 | 29 | 60 | 27 |
| Octal | 302 | 206 | 4 | 0 | 37 | 142 | 30 | 51 | 140 | 47 |
| Binary | 11000010 | 10000110 | 100 | 0 | 11111 | 1100010 | 11000 | 101001 | 1100000 | 100111 |
Color Harmonies of #C28604
Complementary color
Monochromatic Colors of #C28604
Black with #C28604
Text Example
Text Example
White with #C28604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28604; }
p { color: rgb(194,134,4); }
H1.HeaderClassName
{
color: #C28604;
}
.AnyTagClassName
{
color: #C28604;
}
</style>
background-color css
<style>
a { background-color: #C28604; }
a { background-color: rgb(194,134,4); }
div.DivClassName
{
background-color: #C28604;
}
.BgClassName
{
background-color: #C28604;
}
</style>
border-color css
<style>
span { border-color: #C28604; }
span { border-color: rgb(194,134,4); }
td.TdClassName
{
border-color: #C28604;
}
.TagClassName
{
border-color: #C28604;
}
</style>