Shades of Dark Goldenrod #C38A06
Tints of Dark Goldenrod #C38A06
RGB
CMYK
RGB Variations
Color information
#C38A06 (or 0xC38A06) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 06. RGB value is (195,138,6). Sum of RGB (Red+Green+Blue) = 195+138+6=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A06 is #3C75F9. Grayscale: #8C8C8C. Windows color (decimal): -3962362 or 428739. OLE color: 428739.
HSL color Cylindrical-coordinate representation of color #C38A06: hue angle of 41.9º degrees, saturation: 0.94, 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 #C38A06 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 6 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.24 |
| HSL | 41.9º | 0.94% | 0.39% | - |
| HSV(B) | 41.9º | 0.97% | 0.76% | - |
| XYZ | 31.63 | 29.79 | 4.26 | - |
| YUV | 140 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 6 | 0 | 0.29 | 0.97 | 0.24 | 41.9 | 0.94 | 0.39 |
| Hex | C3 | 8A | 6 | 0 | 1D | 61 | 18 | 2A | 5E | 27 |
| Octal | 303 | 212 | 6 | 0 | 35 | 141 | 30 | 52 | 136 | 47 |
| Binary | 11000011 | 10001010 | 110 | 0 | 11101 | 1100001 | 11000 | 101010 | 1011110 | 100111 |
Color Harmonies of #C38A06
Complementary color
Monochromatic Colors of #C38A06
Black with #C38A06
Text Example
Text Example
White with #C38A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A06; }
p { color: rgb(195,138,6); }
H1.HeaderClassName
{
color: #C38A06;
}
.AnyTagClassName
{
color: #C38A06;
}
</style>
background-color css
<style>
a { background-color: #C38A06; }
a { background-color: rgb(195,138,6); }
div.DivClassName
{
background-color: #C38A06;
}
.BgClassName
{
background-color: #C38A06;
}
</style>
border-color css
<style>
span { border-color: #C38A06; }
span { border-color: rgb(195,138,6); }
td.TdClassName
{
border-color: #C38A06;
}
.TagClassName
{
border-color: #C38A06;
}
</style>