Shades of Dark Goldenrod #C37B10
Tints of Dark Goldenrod #C37B10
RGB
CMYK
RGB Variations
Color information
#C37B10 (or 0xC37B10) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 10. RGB value is (195,123,16). Sum of RGB (Red+Green+Blue) = 195+123+16=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B10 is #3C84EF. Grayscale: #848484. Windows color (decimal): -3966192 or 1080259. OLE color: 1080259.
HSL color Cylindrical-coordinate representation of color #C37B10: hue angle of 35.87º 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 #C37B10 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 16 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.24 |
| HSL | 35.87º | 0.85% | 0.41% | - |
| HSV(B) | 35.87º | 0.92% | 0.76% | - |
| XYZ | 29.68 | 25.81 | 3.91 | - |
| YUV | 132.33 | 62.35 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 16 | 0 | 0.37 | 0.92 | 0.24 | 35.87 | 0.85 | 0.41 |
| Hex | C3 | 7B | 10 | 0 | 25 | 5C | 18 | 24 | 55 | 29 |
| Octal | 303 | 173 | 20 | 0 | 45 | 134 | 30 | 44 | 125 | 51 |
| Binary | 11000011 | 1111011 | 10000 | 0 | 100101 | 1011100 | 11000 | 100100 | 1010101 | 101001 |
Color Harmonies of #C37B10
Complementary color
Monochromatic Colors of #C37B10
Black with #C37B10
Text Example
Text Example
White with #C37B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B10; }
p { color: rgb(195,123,16); }
H1.HeaderClassName
{
color: #C37B10;
}
.AnyTagClassName
{
color: #C37B10;
}
</style>
background-color css
<style>
a { background-color: #C37B10; }
a { background-color: rgb(195,123,16); }
div.DivClassName
{
background-color: #C37B10;
}
.BgClassName
{
background-color: #C37B10;
}
</style>
border-color css
<style>
span { border-color: #C37B10; }
span { border-color: rgb(195,123,16); }
td.TdClassName
{
border-color: #C37B10;
}
.TagClassName
{
border-color: #C37B10;
}
</style>