Shades of Dark Goldenrod #C26F06
Tints of Dark Goldenrod #C26F06
RGB
CMYK
RGB Variations
Color information
#C26F06 (or 0xC26F06) is known color: Dark Goldenrod. HEX triplet: C2, 6F and 06. RGB value is (194,111,6). Sum of RGB (Red+Green+Blue) = 194+111+6=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F06 is #3D90F9. Grayscale: #7C7C7C. Windows color (decimal): -4034810 or 421826. OLE color: 421826.
HSL color Cylindrical-coordinate representation of color #C26F06: hue angle of 33.51º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C26F06 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 6 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.24 |
| HSL | 33.51º | 0.94% | 0.39% | - |
| HSV(B) | 33.51º | 0.97% | 0.76% | - |
| XYZ | 27.97 | 22.85 | 3.11 | - |
| YUV | 123.85 | 61.5 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 6 | 0 | 0.43 | 0.97 | 0.24 | 33.51 | 0.94 | 0.39 |
| Hex | C2 | 6F | 6 | 0 | 2B | 61 | 18 | 22 | 5E | 27 |
| Octal | 302 | 157 | 6 | 0 | 53 | 141 | 30 | 42 | 136 | 47 |
| Binary | 11000010 | 1101111 | 110 | 0 | 101011 | 1100001 | 11000 | 100010 | 1011110 | 100111 |
Color Harmonies of #C26F06
Complementary color
Monochromatic Colors of #C26F06
Black with #C26F06
Text Example
Text Example
White with #C26F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F06; }
p { color: rgb(194,111,6); }
H1.HeaderClassName
{
color: #C26F06;
}
.AnyTagClassName
{
color: #C26F06;
}
</style>
background-color css
<style>
a { background-color: #C26F06; }
a { background-color: rgb(194,111,6); }
div.DivClassName
{
background-color: #C26F06;
}
.BgClassName
{
background-color: #C26F06;
}
</style>
border-color css
<style>
span { border-color: #C26F06; }
span { border-color: rgb(194,111,6); }
td.TdClassName
{
border-color: #C26F06;
}
.TagClassName
{
border-color: #C26F06;
}
</style>