Shades of Dark Goldenrod #C3880E
Tints of Dark Goldenrod #C3880E
RGB
CMYK
RGB Variations
Color information
#C3880E (or 0xC3880E) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 0E. RGB value is (195,136,14). Sum of RGB (Red+Green+Blue) = 195+136+14=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C3880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3880E is #3C77F1. Grayscale: #8C8C8C. Windows color (decimal): -3962866 or 952515. OLE color: 952515.
HSL color Cylindrical-coordinate representation of color #C3880E: hue angle of 40.44º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3880E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 14 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.24 |
| HSL | 40.44º | 0.87% | 0.41% | - |
| HSV(B) | 40.44º | 0.93% | 0.76% | - |
| XYZ | 31.39 | 29.24 | 4.41 | - |
| YUV | 139.73 | 57.05 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 14 | 0 | 0.30 | 0.93 | 0.24 | 40.44 | 0.87 | 0.41 |
| Hex | C3 | 88 | E | 0 | 1E | 5D | 18 | 28 | 57 | 29 |
| Octal | 303 | 210 | 16 | 0 | 36 | 135 | 30 | 50 | 127 | 51 |
| Binary | 11000011 | 10001000 | 1110 | 0 | 11110 | 1011101 | 11000 | 101000 | 1010111 | 101001 |
Color Harmonies of #C3880E
Complementary color
Monochromatic Colors of #C3880E
Black with #C3880E
Text Example
Text Example
White with #C3880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3880E; }
p { color: rgb(195,136,14); }
H1.HeaderClassName
{
color: #C3880E;
}
.AnyTagClassName
{
color: #C3880E;
}
</style>
background-color css
<style>
a { background-color: #C3880E; }
a { background-color: rgb(195,136,14); }
div.DivClassName
{
background-color: #C3880E;
}
.BgClassName
{
background-color: #C3880E;
}
</style>
border-color css
<style>
span { border-color: #C3880E; }
span { border-color: rgb(195,136,14); }
td.TdClassName
{
border-color: #C3880E;
}
.TagClassName
{
border-color: #C3880E;
}
</style>