Shades of Dark Goldenrod #C3800C
Tints of Dark Goldenrod #C3800C
RGB
CMYK
RGB Variations
Color information
#C3800C (or 0xC3800C) is known color: Dark Goldenrod. HEX triplet: C3, 80 and 0C. RGB value is (195,128,12). Sum of RGB (Red+Green+Blue) = 195+128+12=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C3800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3800C is #3C7FF3. Grayscale: #878787. Windows color (decimal): -3964916 or 819395. OLE color: 819395.
HSL color Cylindrical-coordinate representation of color #C3800C: hue angle of 38.03º 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 #C3800C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 12 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.24 |
| HSL | 38.03º | 0.88% | 0.41% | - |
| HSV(B) | 38.03º | 0.94% | 0.76% | - |
| XYZ | 30.29 | 27.07 | 3.98 | - |
| YUV | 134.81 | 58.7 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 12 | 0 | 0.34 | 0.94 | 0.24 | 38.03 | 0.88 | 0.41 |
| Hex | C3 | 80 | C | 0 | 22 | 5E | 18 | 26 | 58 | 29 |
| Octal | 303 | 200 | 14 | 0 | 42 | 136 | 30 | 46 | 130 | 51 |
| Binary | 11000011 | 10000000 | 1100 | 0 | 100010 | 1011110 | 11000 | 100110 | 1011000 | 101001 |
Color Harmonies of #C3800C
Complementary color
Monochromatic Colors of #C3800C
Black with #C3800C
Text Example
Text Example
White with #C3800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3800C; }
p { color: rgb(195,128,12); }
H1.HeaderClassName
{
color: #C3800C;
}
.AnyTagClassName
{
color: #C3800C;
}
</style>
background-color css
<style>
a { background-color: #C3800C; }
a { background-color: rgb(195,128,12); }
div.DivClassName
{
background-color: #C3800C;
}
.BgClassName
{
background-color: #C3800C;
}
</style>
border-color css
<style>
span { border-color: #C3800C; }
span { border-color: rgb(195,128,12); }
td.TdClassName
{
border-color: #C3800C;
}
.TagClassName
{
border-color: #C3800C;
}
</style>