Shades of Dark Goldenrod #C27B10
Tints of Dark Goldenrod #C27B10
RGB
CMYK
RGB Variations
Color information
#C27B10 (or 0xC27B10) is known color: Dark Goldenrod. HEX triplet: C2, 7B and 10. RGB value is (194,123,16). Sum of RGB (Red+Green+Blue) = 194+123+16=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27B10 is #3D84EF. Grayscale: #848484. Windows color (decimal): -4031728 or 1080258. OLE color: 1080258.
HSL color Cylindrical-coordinate representation of color #C27B10: hue angle of 36.07º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C27B10 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 16 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.24 |
| HSL | 36.07º | 0.85% | 0.41% | - |
| HSV(B) | 36.07º | 0.92% | 0.76% | - |
| XYZ | 29.42 | 25.67 | 3.89 | - |
| YUV | 132.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 16 | 0 | 0.37 | 0.92 | 0.24 | 36.07 | 0.85 | 0.41 |
| Hex | C2 | 7B | 10 | 0 | 25 | 5C | 18 | 24 | 55 | 29 |
| Octal | 302 | 173 | 20 | 0 | 45 | 134 | 30 | 44 | 125 | 51 |
| Binary | 11000010 | 1111011 | 10000 | 0 | 100101 | 1011100 | 11000 | 100100 | 1010101 | 101001 |
Color Harmonies of #C27B10
Complementary color
Monochromatic Colors of #C27B10
Black with #C27B10
Text Example
Text Example
White with #C27B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B10; }
p { color: rgb(194,123,16); }
H1.HeaderClassName
{
color: #C27B10;
}
.AnyTagClassName
{
color: #C27B10;
}
</style>
background-color css
<style>
a { background-color: #C27B10; }
a { background-color: rgb(194,123,16); }
div.DivClassName
{
background-color: #C27B10;
}
.BgClassName
{
background-color: #C27B10;
}
</style>
border-color css
<style>
span { border-color: #C27B10; }
span { border-color: rgb(194,123,16); }
td.TdClassName
{
border-color: #C27B10;
}
.TagClassName
{
border-color: #C27B10;
}
</style>