Shades of Dark Goldenrod #C29A01
Tints of Dark Goldenrod #C29A01
RGB
CMYK
RGB Variations
Color information
#C29A01 (or 0xC29A01) is known color: Dark Goldenrod. HEX triplet: C2, 9A and 01. RGB value is (194,154,1). Sum of RGB (Red+Green+Blue) = 194+154+1=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29A01 is #3D65FE. Grayscale: #959595. Windows color (decimal): -4023807 or 105154. OLE color: 105154.
HSL color Cylindrical-coordinate representation of color #C29A01: hue angle of 47.56º 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 #C29A01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.24 |
| HSL | 47.56º | 0.99% | 0.38% | - |
| HSV(B) | 47.56º | 0.99% | 0.76% | - |
| XYZ | 33.81 | 34.58 | 4.92 | - |
| YUV | 148.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 1 | 0 | 0.21 | 0.99 | 0.24 | 47.56 | 0.99 | 0.38 |
| Hex | C2 | 9A | 1 | 0 | 15 | 63 | 18 | 30 | 63 | 26 |
| Octal | 302 | 232 | 1 | 0 | 25 | 143 | 30 | 60 | 143 | 46 |
| Binary | 11000010 | 10011010 | 1 | 0 | 10101 | 1100011 | 11000 | 110000 | 1100011 | 100110 |
Color Harmonies of #C29A01
Complementary color
Monochromatic Colors of #C29A01
Black with #C29A01
Text Example
Text Example
White with #C29A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A01; }
p { color: rgb(194,154,1); }
H1.HeaderClassName
{
color: #C29A01;
}
.AnyTagClassName
{
color: #C29A01;
}
</style>
background-color css
<style>
a { background-color: #C29A01; }
a { background-color: rgb(194,154,1); }
div.DivClassName
{
background-color: #C29A01;
}
.BgClassName
{
background-color: #C29A01;
}
</style>
border-color css
<style>
span { border-color: #C29A01; }
span { border-color: rgb(194,154,1); }
td.TdClassName
{
border-color: #C29A01;
}
.TagClassName
{
border-color: #C29A01;
}
</style>