Shades of Dark Goldenrod #C38210
Tints of Dark Goldenrod #C38210
RGB
CMYK
RGB Variations
Color information
#C38210 (or 0xC38210) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 10. RGB value is (195,130,16). Sum of RGB (Red+Green+Blue) = 195+130+16=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C38210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38210 is #3C7DEF. Grayscale: #888888. Windows color (decimal): -3964400 or 1082051. OLE color: 1082051.
HSL color Cylindrical-coordinate representation of color #C38210: hue angle of 38.21º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C38210 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 16 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.24 |
| HSL | 38.21º | 0.85% | 0.41% | - |
| HSV(B) | 38.21º | 0.92% | 0.76% | - |
| XYZ | 30.58 | 27.6 | 4.21 | - |
| YUV | 136.44 | 60.03 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 16 | 0 | 0.33 | 0.92 | 0.24 | 38.21 | 0.85 | 0.41 |
| Hex | C3 | 82 | 10 | 0 | 21 | 5C | 18 | 26 | 55 | 29 |
| Octal | 303 | 202 | 20 | 0 | 41 | 134 | 30 | 46 | 125 | 51 |
| Binary | 11000011 | 10000010 | 10000 | 0 | 100001 | 1011100 | 11000 | 100110 | 1010101 | 101001 |
Color Harmonies of #C38210
Complementary color
Monochromatic Colors of #C38210
Black with #C38210
Text Example
Text Example
White with #C38210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38210; }
p { color: rgb(195,130,16); }
H1.HeaderClassName
{
color: #C38210;
}
.AnyTagClassName
{
color: #C38210;
}
</style>
background-color css
<style>
a { background-color: #C38210; }
a { background-color: rgb(195,130,16); }
div.DivClassName
{
background-color: #C38210;
}
.BgClassName
{
background-color: #C38210;
}
</style>
border-color css
<style>
span { border-color: #C38210; }
span { border-color: rgb(195,130,16); }
td.TdClassName
{
border-color: #C38210;
}
.TagClassName
{
border-color: #C38210;
}
</style>