Shades of Dark Goldenrod #C28501
Tints of Dark Goldenrod #C28501
RGB
CMYK
RGB Variations
Color information
#C28501 (or 0xC28501) is known color: Dark Goldenrod. HEX triplet: C2, 85 and 01. RGB value is (194,133,1). Sum of RGB (Red+Green+Blue) = 194+133+1=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C28501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28501 is #3D7AFE. Grayscale: #888888. Windows color (decimal): -4029183 or 99778. OLE color: 99778.
HSL color Cylindrical-coordinate representation of color #C28501: hue angle of 41.04º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C28501 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.24 |
| HSL | 41.04º | 0.99% | 0.38% | - |
| HSV(B) | 41.04º | 0.99% | 0.76% | - |
| XYZ | 30.64 | 28.25 | 3.87 | - |
| YUV | 136.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 1 | 0 | 0.31 | 0.99 | 0.24 | 41.04 | 0.99 | 0.38 |
| Hex | C2 | 85 | 1 | 0 | 1F | 63 | 18 | 29 | 63 | 26 |
| Octal | 302 | 205 | 1 | 0 | 37 | 143 | 30 | 51 | 143 | 46 |
| Binary | 11000010 | 10000101 | 1 | 0 | 11111 | 1100011 | 11000 | 101001 | 1100011 | 100110 |
Color Harmonies of #C28501
Complementary color
Monochromatic Colors of #C28501
Black with #C28501
Text Example
Text Example
White with #C28501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28501; }
p { color: rgb(194,133,1); }
H1.HeaderClassName
{
color: #C28501;
}
.AnyTagClassName
{
color: #C28501;
}
</style>
background-color css
<style>
a { background-color: #C28501; }
a { background-color: rgb(194,133,1); }
div.DivClassName
{
background-color: #C28501;
}
.BgClassName
{
background-color: #C28501;
}
</style>
border-color css
<style>
span { border-color: #C28501; }
span { border-color: rgb(194,133,1); }
td.TdClassName
{
border-color: #C28501;
}
.TagClassName
{
border-color: #C28501;
}
</style>