Shades of Dark Goldenrod #C28505
Tints of Dark Goldenrod #C28505
RGB
CMYK
RGB Variations
Color information
#C28505 (or 0xC28505) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 05. RGB value is (194,133,5). Sum of RGB (Red+Green+Blue) = 194+133+5=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C28505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28505 is #3D7AFA. Grayscale: #898989. Windows color (decimal): -4029179 or 361922. OLE color: 361922.
HSL color Cylindrical-coordinate representation of color #C28505: hue angle of 40.63º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C28505 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.24 |
| HSL | 40.63º | 0.95% | 0.39% | - |
| HSV(B) | 40.63º | 0.97% | 0.76% | - |
| XYZ | 30.66 | 28.26 | 3.98 | - |
| YUV | 136.65 | 53.71 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 5 | 0 | 0.31 | 0.97 | 0.24 | 40.63 | 0.95 | 0.39 |
| Hex | C2 | 85 | 5 | 0 | 1F | 61 | 18 | 29 | 5F | 27 |
| Octal | 302 | 205 | 5 | 0 | 37 | 141 | 30 | 51 | 137 | 47 |
| Binary | 11000010 | 10000101 | 101 | 0 | 11111 | 1100001 | 11000 | 101001 | 1011111 | 100111 |
Color Harmonies of #C28505
Complementary color
Monochromatic Colors of #C28505
Black with #C28505
Text Example
Text Example
White with #C28505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28505; }
p { color: rgb(194,133,5); }
H1.HeaderClassName
{
color: #C28505;
}
.AnyTagClassName
{
color: #C28505;
}
</style>
background-color css
<style>
a { background-color: #C28505; }
a { background-color: rgb(194,133,5); }
div.DivClassName
{
background-color: #C28505;
}
.BgClassName
{
background-color: #C28505;
}
</style>
border-color css
<style>
span { border-color: #C28505; }
span { border-color: rgb(194,133,5); }
td.TdClassName
{
border-color: #C28505;
}
.TagClassName
{
border-color: #C28505;
}
</style>