Shades of Dark Goldenrod #C29B01
Tints of Dark Goldenrod #C29B01
RGB
CMYK
RGB Variations
Color information
#C29B01 (or 0xC29B01) is known color: Dark Goldenrod. HEX triplet: C2, 9B and 01. RGB value is (194,155,1). Sum of RGB (Red+Green+Blue) = 194+155+1=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29B01 is #3D64FE. Grayscale: #959595. Windows color (decimal): -4023551 or 105410. OLE color: 105410.
HSL color Cylindrical-coordinate representation of color #C29B01: hue angle of 47.88º 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 #C29B01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.24 |
| HSL | 47.88º | 0.99% | 0.38% | - |
| HSV(B) | 47.88º | 0.99% | 0.76% | - |
| XYZ | 33.97 | 34.91 | 4.98 | - |
| YUV | 149.11 | 44.42 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 1 | 0 | 0.20 | 0.99 | 0.24 | 47.88 | 0.99 | 0.38 |
| Hex | C2 | 9B | 1 | 0 | 14 | 63 | 18 | 30 | 63 | 26 |
| Octal | 302 | 233 | 1 | 0 | 24 | 143 | 30 | 60 | 143 | 46 |
| Binary | 11000010 | 10011011 | 1 | 0 | 10100 | 1100011 | 11000 | 110000 | 1100011 | 100110 |
Color Harmonies of #C29B01
Complementary color
Monochromatic Colors of #C29B01
Black with #C29B01
Text Example
Text Example
White with #C29B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B01; }
p { color: rgb(194,155,1); }
H1.HeaderClassName
{
color: #C29B01;
}
.AnyTagClassName
{
color: #C29B01;
}
</style>
background-color css
<style>
a { background-color: #C29B01; }
a { background-color: rgb(194,155,1); }
div.DivClassName
{
background-color: #C29B01;
}
.BgClassName
{
background-color: #C29B01;
}
</style>
border-color css
<style>
span { border-color: #C29B01; }
span { border-color: rgb(194,155,1); }
td.TdClassName
{
border-color: #C29B01;
}
.TagClassName
{
border-color: #C29B01;
}
</style>