Shades of Dark Goldenrod #C38B04
Tints of Dark Goldenrod #C38B04
RGB
CMYK
RGB Variations
Color information
#C38B04 (or 0xC38B04) is known color: Dark Goldenrod. HEX triplet: C3, 8B and 04. RGB value is (195,139,4). Sum of RGB (Red+Green+Blue) = 195+139+4=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38B04 is #3C74FB. Grayscale: #8C8C8C. Windows color (decimal): -3962108 or 297923. OLE color: 297923.
HSL color Cylindrical-coordinate representation of color #C38B04: hue angle of 42.41º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C38B04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.24 |
| HSL | 42.41º | 0.96% | 0.39% | - |
| HSV(B) | 42.41º | 0.98% | 0.76% | - |
| XYZ | 31.76 | 30.08 | 4.25 | - |
| YUV | 140.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 4 | 0 | 0.29 | 0.98 | 0.24 | 42.41 | 0.96 | 0.39 |
| Hex | C3 | 8B | 4 | 0 | 1D | 62 | 18 | 2A | 60 | 27 |
| Octal | 303 | 213 | 4 | 0 | 35 | 142 | 30 | 52 | 140 | 47 |
| Binary | 11000011 | 10001011 | 100 | 0 | 11101 | 1100010 | 11000 | 101010 | 1100000 | 100111 |
Color Harmonies of #C38B04
Complementary color
Monochromatic Colors of #C38B04
Black with #C38B04
Text Example
Text Example
White with #C38B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38B04; }
p { color: rgb(195,139,4); }
H1.HeaderClassName
{
color: #C38B04;
}
.AnyTagClassName
{
color: #C38B04;
}
</style>
background-color css
<style>
a { background-color: #C38B04; }
a { background-color: rgb(195,139,4); }
div.DivClassName
{
background-color: #C38B04;
}
.BgClassName
{
background-color: #C38B04;
}
</style>
border-color css
<style>
span { border-color: #C38B04; }
span { border-color: rgb(195,139,4); }
td.TdClassName
{
border-color: #C38B04;
}
.TagClassName
{
border-color: #C38B04;
}
</style>