Shades of Dark Goldenrod #C29607
Tints of Dark Goldenrod #C29607
RGB
CMYK
RGB Variations
Color information
#C29607 (or 0xC29607) is known color: Dark Goldenrod. HEX triplet: C2, 96 and 07. RGB value is (194,150,7). Sum of RGB (Red+Green+Blue) = 194+150+7=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C29607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C29607 is #3D69F8. Grayscale: #939393. Windows color (decimal): -4024825 or 497346. OLE color: 497346.
HSL color Cylindrical-coordinate representation of color #C29607: hue angle of 45.88º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C29607 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 150 | 7 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.24 |
| HSL | 45.88º | 0.93% | 0.39% | - |
| HSV(B) | 45.88º | 0.96% | 0.76% | - |
| XYZ | 33.19 | 33.3 | 4.88 | - |
| YUV | 146.85 | 49.08 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 150 | 7 | 0 | 0.23 | 0.96 | 0.24 | 45.88 | 0.93 | 0.39 |
| Hex | C2 | 96 | 7 | 0 | 17 | 60 | 18 | 2E | 5D | 27 |
| Octal | 302 | 226 | 7 | 0 | 27 | 140 | 30 | 56 | 135 | 47 |
| Binary | 11000010 | 10010110 | 111 | 0 | 10111 | 1100000 | 11000 | 101110 | 1011101 | 100111 |
Color Harmonies of #C29607
Complementary color
Monochromatic Colors of #C29607
Black with #C29607
Text Example
Text Example
White with #C29607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29607; }
p { color: rgb(194,150,7); }
H1.HeaderClassName
{
color: #C29607;
}
.AnyTagClassName
{
color: #C29607;
}
</style>
background-color css
<style>
a { background-color: #C29607; }
a { background-color: rgb(194,150,7); }
div.DivClassName
{
background-color: #C29607;
}
.BgClassName
{
background-color: #C29607;
}
</style>
border-color css
<style>
span { border-color: #C29607; }
span { border-color: rgb(194,150,7); }
td.TdClassName
{
border-color: #C29607;
}
.TagClassName
{
border-color: #C29607;
}
</style>