Shades of Dark Goldenrod #C26F03
Tints of Dark Goldenrod #C26F03
RGB
CMYK
RGB Variations
Color information
#C26F03 (or 0xC26F03) is known color: Dark Goldenrod. HEX triplet: C2, 6F and 03. RGB value is (194,111,3). Sum of RGB (Red+Green+Blue) = 194+111+3=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 3 (1.56% from 255 or 0.97% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26F03 is #3D90FC. Grayscale: #7C7C7C. Windows color (decimal): -4034813 or 225218. OLE color: 225218.
HSL color Cylindrical-coordinate representation of color #C26F03: hue angle of 33.93º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C26F03 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 3 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.24 |
| HSL | 33.93º | 0.97% | 0.39% | - |
| HSV(B) | 33.93º | 0.98% | 0.76% | - |
| XYZ | 27.95 | 22.84 | 3.02 | - |
| YUV | 123.51 | 60 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 3 | 0 | 0.43 | 0.98 | 0.24 | 33.93 | 0.97 | 0.39 |
| Hex | C2 | 6F | 3 | 0 | 2B | 62 | 18 | 22 | 61 | 27 |
| Octal | 302 | 157 | 3 | 0 | 53 | 142 | 30 | 42 | 141 | 47 |
| Binary | 11000010 | 1101111 | 11 | 0 | 101011 | 1100010 | 11000 | 100010 | 1100001 | 100111 |
Color Harmonies of #C26F03
Complementary color
Monochromatic Colors of #C26F03
Black with #C26F03
Text Example
Text Example
White with #C26F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F03; }
p { color: rgb(194,111,3); }
H1.HeaderClassName
{
color: #C26F03;
}
.AnyTagClassName
{
color: #C26F03;
}
</style>
background-color css
<style>
a { background-color: #C26F03; }
a { background-color: rgb(194,111,3); }
div.DivClassName
{
background-color: #C26F03;
}
.BgClassName
{
background-color: #C26F03;
}
</style>
border-color css
<style>
span { border-color: #C26F03; }
span { border-color: rgb(194,111,3); }
td.TdClassName
{
border-color: #C26F03;
}
.TagClassName
{
border-color: #C26F03;
}
</style>