Shades of Dark Goldenrod #C3880C
Tints of Dark Goldenrod #C3880C
RGB
CMYK
RGB Variations
Color information
#C3880C (or 0xC3880C) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 0C. RGB value is (195,136,12). Sum of RGB (Red+Green+Blue) = 195+136+12=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3880C is #3C77F3. Grayscale: #8C8C8C. Windows color (decimal): -3962868 or 821443. OLE color: 821443.
HSL color Cylindrical-coordinate representation of color #C3880C: hue angle of 40.66º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3880C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.24 |
| HSL | 40.66º | 0.88% | 0.41% | - |
| HSV(B) | 40.66º | 0.94% | 0.76% | - |
| XYZ | 31.38 | 29.24 | 4.34 | - |
| YUV | 139.51 | 56.05 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 12 | 0 | 0.30 | 0.94 | 0.24 | 40.66 | 0.88 | 0.41 |
| Hex | C3 | 88 | C | 0 | 1E | 5E | 18 | 29 | 58 | 29 |
| Octal | 303 | 210 | 14 | 0 | 36 | 136 | 30 | 51 | 130 | 51 |
| Binary | 11000011 | 10001000 | 1100 | 0 | 11110 | 1011110 | 11000 | 101001 | 1011000 | 101001 |
Color Harmonies of #C3880C
Complementary color
Monochromatic Colors of #C3880C
Black with #C3880C
Text Example
Text Example
White with #C3880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3880C; }
p { color: rgb(195,136,12); }
H1.HeaderClassName
{
color: #C3880C;
}
.AnyTagClassName
{
color: #C3880C;
}
</style>
background-color css
<style>
a { background-color: #C3880C; }
a { background-color: rgb(195,136,12); }
div.DivClassName
{
background-color: #C3880C;
}
.BgClassName
{
background-color: #C3880C;
}
</style>
border-color css
<style>
span { border-color: #C3880C; }
span { border-color: rgb(195,136,12); }
td.TdClassName
{
border-color: #C3880C;
}
.TagClassName
{
border-color: #C3880C;
}
</style>