Shades of Dark Goldenrod #C38B0B
Tints of Dark Goldenrod #C38B0B
RGB
CMYK
RGB Variations
Color information
#C38B0B (or 0xC38B0B) is known color: Dark Goldenrod. HEX triplet: C3, 8B and 0B. RGB value is (195,139,11). Sum of RGB (Red+Green+Blue) = 195+139+11=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38B0B is #3C74F4. Grayscale: #8D8D8D. Windows color (decimal): -3962101 or 756675. OLE color: 756675.
HSL color Cylindrical-coordinate representation of color #C38B0B: hue angle of 41.74º 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 #C38B0B is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 11 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.24 |
| HSL | 41.74º | 0.89% | 0.4% | - |
| HSV(B) | 41.74º | 0.94% | 0.76% | - |
| XYZ | 31.8 | 30.09 | 4.45 | - |
| YUV | 141.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 11 | 0 | 0.29 | 0.94 | 0.24 | 41.74 | 0.89 | 0.4 |
| Hex | C3 | 8B | B | 0 | 1D | 5E | 18 | 2A | 59 | 28 |
| Octal | 303 | 213 | 13 | 0 | 35 | 136 | 30 | 52 | 131 | 50 |
| Binary | 11000011 | 10001011 | 1011 | 0 | 11101 | 1011110 | 11000 | 101010 | 1011001 | 101000 |
Color Harmonies of #C38B0B
Complementary color
Monochromatic Colors of #C38B0B
Black with #C38B0B
Text Example
Text Example
White with #C38B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B0B; }
p { color: rgb(195,139,11); }
H1.HeaderClassName
{
color: #C38B0B;
}
.AnyTagClassName
{
color: #C38B0B;
}
</style>
background-color css
<style>
a { background-color: #C38B0B; }
a { background-color: rgb(195,139,11); }
div.DivClassName
{
background-color: #C38B0B;
}
.BgClassName
{
background-color: #C38B0B;
}
</style>
border-color css
<style>
span { border-color: #C38B0B; }
span { border-color: rgb(195,139,11); }
td.TdClassName
{
border-color: #C38B0B;
}
.TagClassName
{
border-color: #C38B0B;
}
</style>