Shades of Dark Goldenrod #C38D0B
Tints of Dark Goldenrod #C38D0B
RGB
CMYK
RGB Variations
Color information
#C38D0B (or 0xC38D0B) is known color: Dark Goldenrod. HEX triplet: C3, 8D and 0B. RGB value is (195,141,11). Sum of RGB (Red+Green+Blue) = 195+141+11=347 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.20% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38D0B is #3C72F4. Grayscale: #8E8E8E. Windows color (decimal): -3961589 or 757187. OLE color: 757187.
HSL color Cylindrical-coordinate representation of color #C38D0B: hue angle of 42.39º 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 #C38D0B is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 11 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.24 |
| HSL | 42.39º | 0.89% | 0.4% | - |
| HSV(B) | 42.39º | 0.94% | 0.76% | - |
| XYZ | 32.09 | 30.68 | 4.55 | - |
| YUV | 142.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 11 | 0 | 0.28 | 0.94 | 0.24 | 42.39 | 0.89 | 0.4 |
| Hex | C3 | 8D | B | 0 | 1C | 5E | 18 | 2A | 59 | 28 |
| Octal | 303 | 215 | 13 | 0 | 34 | 136 | 30 | 52 | 131 | 50 |
| Binary | 11000011 | 10001101 | 1011 | 0 | 11100 | 1011110 | 11000 | 101010 | 1011001 | 101000 |
Color Harmonies of #C38D0B
Complementary color
Monochromatic Colors of #C38D0B
Black with #C38D0B
Text Example
Text Example
White with #C38D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D0B; }
p { color: rgb(195,141,11); }
H1.HeaderClassName
{
color: #C38D0B;
}
.AnyTagClassName
{
color: #C38D0B;
}
</style>
background-color css
<style>
a { background-color: #C38D0B; }
a { background-color: rgb(195,141,11); }
div.DivClassName
{
background-color: #C38D0B;
}
.BgClassName
{
background-color: #C38D0B;
}
</style>
border-color css
<style>
span { border-color: #C38D0B; }
span { border-color: rgb(195,141,11); }
td.TdClassName
{
border-color: #C38D0B;
}
.TagClassName
{
border-color: #C38D0B;
}
</style>