Shades of Dark Goldenrod #C27506
Tints of Dark Goldenrod #C27506
RGB
CMYK
RGB Variations
Color information
#C27506 (or 0xC27506) is known color: Dark Goldenrod. HEX triplet: C2, 75 and 06. RGB value is (194,117,6). Sum of RGB (Red+Green+Blue) = 194+117+6=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C27506 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27506 is #3D8AF9. Grayscale: #7F7F7F. Windows color (decimal): -4033274 or 423362. OLE color: 423362.
HSL color Cylindrical-coordinate representation of color #C27506: hue angle of 35.43º 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 #C27506 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 6 | - |
| CMYK | 0 | 0.40 | 0.97 | 0.24 |
| HSL | 35.43º | 0.94% | 0.39% | - |
| HSV(B) | 35.43º | 0.97% | 0.76% | - |
| XYZ | 28.64 | 24.21 | 3.33 | - |
| YUV | 127.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 6 | 0 | 0.40 | 0.97 | 0.24 | 35.43 | 0.94 | 0.39 |
| Hex | C2 | 75 | 6 | 0 | 28 | 61 | 18 | 23 | 5E | 27 |
| Octal | 302 | 165 | 6 | 0 | 50 | 141 | 30 | 43 | 136 | 47 |
| Binary | 11000010 | 1110101 | 110 | 0 | 101000 | 1100001 | 11000 | 100011 | 1011110 | 100111 |
Color Harmonies of #C27506
Complementary color
Monochromatic Colors of #C27506
Black with #C27506
Text Example
Text Example
White with #C27506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27506; }
p { color: rgb(194,117,6); }
H1.HeaderClassName
{
color: #C27506;
}
.AnyTagClassName
{
color: #C27506;
}
</style>
background-color css
<style>
a { background-color: #C27506; }
a { background-color: rgb(194,117,6); }
div.DivClassName
{
background-color: #C27506;
}
.BgClassName
{
background-color: #C27506;
}
</style>
border-color css
<style>
span { border-color: #C27506; }
span { border-color: rgb(194,117,6); }
td.TdClassName
{
border-color: #C27506;
}
.TagClassName
{
border-color: #C27506;
}
</style>