Shades of Dark Goldenrod #C37B11
Tints of Dark Goldenrod #C37B11
RGB
CMYK
RGB Variations
Color information
#C37B11 (or 0xC37B11) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 11. RGB value is (195,123,17). Sum of RGB (Red+Green+Blue) = 195+123+17=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B11 is #3C84EE. Grayscale: #848484. Windows color (decimal): -3966191 or 1145795. OLE color: 1145795.
HSL color Cylindrical-coordinate representation of color #C37B11: hue angle of 35.73º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C37B11 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 17 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.24 |
| HSL | 35.73º | 0.84% | 0.42% | - |
| HSV(B) | 35.73º | 0.91% | 0.76% | - |
| XYZ | 29.69 | 25.81 | 3.95 | - |
| YUV | 132.44 | 62.85 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 17 | 0 | 0.37 | 0.91 | 0.24 | 35.73 | 0.84 | 0.42 |
| Hex | C3 | 7B | 11 | 0 | 25 | 5B | 18 | 24 | 54 | 2A |
| Octal | 303 | 173 | 21 | 0 | 45 | 133 | 30 | 44 | 124 | 52 |
| Binary | 11000011 | 1111011 | 10001 | 0 | 100101 | 1011011 | 11000 | 100100 | 1010100 | 101010 |
Color Harmonies of #C37B11
Complementary color
Monochromatic Colors of #C37B11
Black with #C37B11
Text Example
Text Example
White with #C37B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B11; }
p { color: rgb(195,123,17); }
H1.HeaderClassName
{
color: #C37B11;
}
.AnyTagClassName
{
color: #C37B11;
}
</style>
background-color css
<style>
a { background-color: #C37B11; }
a { background-color: rgb(195,123,17); }
div.DivClassName
{
background-color: #C37B11;
}
.BgClassName
{
background-color: #C37B11;
}
</style>
border-color css
<style>
span { border-color: #C37B11; }
span { border-color: rgb(195,123,17); }
td.TdClassName
{
border-color: #C37B11;
}
.TagClassName
{
border-color: #C37B11;
}
</style>