Shades of Dark Goldenrod #C38C06
Tints of Dark Goldenrod #C38C06
RGB
CMYK
RGB Variations
Color information
#C38C06 (or 0xC38C06) is known color: Dark Goldenrod. HEX triplet: C3, 8C and 06. RGB value is (195,140,6). Sum of RGB (Red+Green+Blue) = 195+140+6=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 6 (2.73% from 255 or 1.76% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38C06 is #3C73F9. Grayscale: #8D8D8D. Windows color (decimal): -3961850 or 429251. OLE color: 429251.
HSL color Cylindrical-coordinate representation of color #C38C06: hue angle of 42.54º 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 #C38C06 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 6 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.24 |
| HSL | 42.54º | 0.94% | 0.39% | - |
| HSV(B) | 42.54º | 0.97% | 0.76% | - |
| XYZ | 31.92 | 30.37 | 4.35 | - |
| YUV | 141.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 6 | 0 | 0.28 | 0.97 | 0.24 | 42.54 | 0.94 | 0.39 |
| Hex | C3 | 8C | 6 | 0 | 1C | 61 | 18 | 2B | 5E | 27 |
| Octal | 303 | 214 | 6 | 0 | 34 | 141 | 30 | 53 | 136 | 47 |
| Binary | 11000011 | 10001100 | 110 | 0 | 11100 | 1100001 | 11000 | 101011 | 1011110 | 100111 |
Color Harmonies of #C38C06
Complementary color
Monochromatic Colors of #C38C06
Black with #C38C06
Text Example
Text Example
White with #C38C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C06; }
p { color: rgb(195,140,6); }
H1.HeaderClassName
{
color: #C38C06;
}
.AnyTagClassName
{
color: #C38C06;
}
</style>
background-color css
<style>
a { background-color: #C38C06; }
a { background-color: rgb(195,140,6); }
div.DivClassName
{
background-color: #C38C06;
}
.BgClassName
{
background-color: #C38C06;
}
</style>
border-color css
<style>
span { border-color: #C38C06; }
span { border-color: rgb(195,140,6); }
td.TdClassName
{
border-color: #C38C06;
}
.TagClassName
{
border-color: #C38C06;
}
</style>