Shades of Dark Goldenrod #C29501
Tints of Dark Goldenrod #C29501
RGB
CMYK
RGB Variations
Color information
#C29501 (or 0xC29501) is known color: Dark Goldenrod. HEX triplet: C2, 95 and 01. RGB value is (194,149,1). Sum of RGB (Red+Green+Blue) = 194+149+1=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C29501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29501 is #3D6AFE. Grayscale: #929292. Windows color (decimal): -4025087 or 103874. OLE color: 103874.
HSL color Cylindrical-coordinate representation of color #C29501: hue angle of 46.01º 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 #C29501 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.24 |
| HSL | 46.01º | 0.99% | 0.38% | - |
| HSV(B) | 46.01º | 0.99% | 0.76% | - |
| XYZ | 33 | 32.97 | 4.65 | - |
| YUV | 145.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 1 | 0 | 0.23 | 0.99 | 0.24 | 46.01 | 0.99 | 0.38 |
| Hex | C2 | 95 | 1 | 0 | 17 | 63 | 18 | 2E | 63 | 26 |
| Octal | 302 | 225 | 1 | 0 | 27 | 143 | 30 | 56 | 143 | 46 |
| Binary | 11000010 | 10010101 | 1 | 0 | 10111 | 1100011 | 11000 | 101110 | 1100011 | 100110 |
Color Harmonies of #C29501
Complementary color
Monochromatic Colors of #C29501
Black with #C29501
Text Example
Text Example
White with #C29501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29501; }
p { color: rgb(194,149,1); }
H1.HeaderClassName
{
color: #C29501;
}
.AnyTagClassName
{
color: #C29501;
}
</style>
background-color css
<style>
a { background-color: #C29501; }
a { background-color: rgb(194,149,1); }
div.DivClassName
{
background-color: #C29501;
}
.BgClassName
{
background-color: #C29501;
}
</style>
border-color css
<style>
span { border-color: #C29501; }
span { border-color: rgb(194,149,1); }
td.TdClassName
{
border-color: #C29501;
}
.TagClassName
{
border-color: #C29501;
}
</style>