Shades of Dark Goldenrod #C38814
Tints of Dark Goldenrod #C38814
RGB
CMYK
RGB Variations
Color information
#C38814 (or 0xC38814) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 14. RGB value is (195,136,20). Sum of RGB (Red+Green+Blue) = 195+136+20=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C38814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38814 is #3C77EB. Grayscale: #8C8C8C. Windows color (decimal): -3962860 or 1345731. OLE color: 1345731.
HSL color Cylindrical-coordinate representation of color #C38814: hue angle of 39.77º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C38814 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 20 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.24 |
| HSL | 39.77º | 0.81% | 0.42% | - |
| HSV(B) | 39.77º | 0.9% | 0.76% | - |
| XYZ | 31.44 | 29.26 | 4.65 | - |
| YUV | 140.42 | 60.05 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 20 | 0 | 0.30 | 0.90 | 0.24 | 39.77 | 0.81 | 0.42 |
| Hex | C3 | 88 | 14 | 0 | 1E | 5A | 18 | 28 | 51 | 2A |
| Octal | 303 | 210 | 24 | 0 | 36 | 132 | 30 | 50 | 121 | 52 |
| Binary | 11000011 | 10001000 | 10100 | 0 | 11110 | 1011010 | 11000 | 101000 | 1010001 | 101010 |
Color Harmonies of #C38814
Complementary color
Monochromatic Colors of #C38814
Black with #C38814
Text Example
Text Example
White with #C38814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38814; }
p { color: rgb(195,136,20); }
H1.HeaderClassName
{
color: #C38814;
}
.AnyTagClassName
{
color: #C38814;
}
</style>
background-color css
<style>
a { background-color: #C38814; }
a { background-color: rgb(195,136,20); }
div.DivClassName
{
background-color: #C38814;
}
.BgClassName
{
background-color: #C38814;
}
</style>
border-color css
<style>
span { border-color: #C38814; }
span { border-color: rgb(195,136,20); }
td.TdClassName
{
border-color: #C38814;
}
.TagClassName
{
border-color: #C38814;
}
</style>