Shades of Dark Goldenrod #C37B0B
Tints of Dark Goldenrod #C37B0B
RGB
CMYK
RGB Variations
Color information
#C37B0B (or 0xC37B0B) is known color: Dark Goldenrod. HEX triplet: C3, 7B and 0B. RGB value is (195,123,11). Sum of RGB (Red+Green+Blue) = 195+123+11=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37B0B is #3C84F4. Grayscale: #848484. Windows color (decimal): -3966197 or 752579. OLE color: 752579.
HSL color Cylindrical-coordinate representation of color #C37B0B: hue angle of 36.52º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C37B0B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.24 |
| HSL | 36.52º | 0.89% | 0.4% | - |
| HSV(B) | 36.52º | 0.94% | 0.76% | - |
| XYZ | 29.65 | 25.79 | 3.73 | - |
| YUV | 131.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 11 | 0 | 0.37 | 0.94 | 0.24 | 36.52 | 0.89 | 0.4 |
| Hex | C3 | 7B | B | 0 | 25 | 5E | 18 | 25 | 59 | 28 |
| Octal | 303 | 173 | 13 | 0 | 45 | 136 | 30 | 45 | 131 | 50 |
| Binary | 11000011 | 1111011 | 1011 | 0 | 100101 | 1011110 | 11000 | 100101 | 1011001 | 101000 |
Color Harmonies of #C37B0B
Complementary color
Monochromatic Colors of #C37B0B
Black with #C37B0B
Text Example
Text Example
White with #C37B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B0B; }
p { color: rgb(195,123,11); }
H1.HeaderClassName
{
color: #C37B0B;
}
.AnyTagClassName
{
color: #C37B0B;
}
</style>
background-color css
<style>
a { background-color: #C37B0B; }
a { background-color: rgb(195,123,11); }
div.DivClassName
{
background-color: #C37B0B;
}
.BgClassName
{
background-color: #C37B0B;
}
</style>
border-color css
<style>
span { border-color: #C37B0B; }
span { border-color: rgb(195,123,11); }
td.TdClassName
{
border-color: #C37B0B;
}
.TagClassName
{
border-color: #C37B0B;
}
</style>