Shades of Dark Goldenrod #C28601
Tints of Dark Goldenrod #C28601
RGB
CMYK
RGB Variations
Color information
#C28601 (or 0xC28601) is known color: Dark Goldenrod. HEX triplet: C2, 86 and 01. RGB value is (194,134,1). Sum of RGB (Red+Green+Blue) = 194+134+1=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C28601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28601 is #3D79FE. Grayscale: #898989. Windows color (decimal): -4028927 or 100034. OLE color: 100034.
HSL color Cylindrical-coordinate representation of color #C28601: hue angle of 41.35º 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 #C28601 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.24 |
| HSL | 41.35º | 0.99% | 0.38% | - |
| HSV(B) | 41.35º | 0.99% | 0.76% | - |
| XYZ | 30.78 | 28.52 | 3.91 | - |
| YUV | 136.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 1 | 0 | 0.31 | 0.99 | 0.24 | 41.35 | 0.99 | 0.38 |
| Hex | C2 | 86 | 1 | 0 | 1F | 63 | 18 | 29 | 63 | 26 |
| Octal | 302 | 206 | 1 | 0 | 37 | 143 | 30 | 51 | 143 | 46 |
| Binary | 11000010 | 10000110 | 1 | 0 | 11111 | 1100011 | 11000 | 101001 | 1100011 | 100110 |
Color Harmonies of #C28601
Complementary color
Monochromatic Colors of #C28601
Black with #C28601
Text Example
Text Example
White with #C28601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28601; }
p { color: rgb(194,134,1); }
H1.HeaderClassName
{
color: #C28601;
}
.AnyTagClassName
{
color: #C28601;
}
</style>
background-color css
<style>
a { background-color: #C28601; }
a { background-color: rgb(194,134,1); }
div.DivClassName
{
background-color: #C28601;
}
.BgClassName
{
background-color: #C28601;
}
</style>
border-color css
<style>
span { border-color: #C28601; }
span { border-color: rgb(194,134,1); }
td.TdClassName
{
border-color: #C28601;
}
.TagClassName
{
border-color: #C28601;
}
</style>