Shades of Dark Goldenrod #C38B05
Tints of Dark Goldenrod #C38B05
RGB
CMYK
RGB Variations
Color information
#C38B05 (or 0xC38B05) is known color: Dark Goldenrod. HEX triplet: C3, 8B and 05. RGB value is (195,139,5). Sum of RGB (Red+Green+Blue) = 195+139+5=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38B05 is #3C74FA. Grayscale: #8D8D8D. Windows color (decimal): -3962107 or 363459. OLE color: 363459.
HSL color Cylindrical-coordinate representation of color #C38B05: hue angle of 42.32º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C38B05 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.24 |
| HSL | 42.32º | 0.95% | 0.39% | - |
| HSV(B) | 42.32º | 0.97% | 0.76% | - |
| XYZ | 31.77 | 30.08 | 4.28 | - |
| YUV | 140.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 5 | 0 | 0.29 | 0.97 | 0.24 | 42.32 | 0.95 | 0.39 |
| Hex | C3 | 8B | 5 | 0 | 1D | 61 | 18 | 2A | 5F | 27 |
| Octal | 303 | 213 | 5 | 0 | 35 | 141 | 30 | 52 | 137 | 47 |
| Binary | 11000011 | 10001011 | 101 | 0 | 11101 | 1100001 | 11000 | 101010 | 1011111 | 100111 |
Color Harmonies of #C38B05
Complementary color
Monochromatic Colors of #C38B05
Black with #C38B05
Text Example
Text Example
White with #C38B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B05; }
p { color: rgb(195,139,5); }
H1.HeaderClassName
{
color: #C38B05;
}
.AnyTagClassName
{
color: #C38B05;
}
</style>
background-color css
<style>
a { background-color: #C38B05; }
a { background-color: rgb(195,139,5); }
div.DivClassName
{
background-color: #C38B05;
}
.BgClassName
{
background-color: #C38B05;
}
</style>
border-color css
<style>
span { border-color: #C38B05; }
span { border-color: rgb(195,139,5); }
td.TdClassName
{
border-color: #C38B05;
}
.TagClassName
{
border-color: #C38B05;
}
</style>