Shades of Dark Goldenrod #C38213
Tints of Dark Goldenrod #C38213
RGB
CMYK
RGB Variations
Color information
#C38213 (or 0xC38213) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 13. RGB value is (195,130,19). Sum of RGB (Red+Green+Blue) = 195+130+19=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C38213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38213 is #3C7DEC. Grayscale: #898989. Windows color (decimal): -3964397 or 1278659. OLE color: 1278659.
HSL color Cylindrical-coordinate representation of color #C38213: hue angle of 37.84º degrees, saturation: 0.82, 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 #C38213 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 19 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.24 |
| HSL | 37.84º | 0.82% | 0.42% | - |
| HSV(B) | 37.84º | 0.9% | 0.76% | - |
| XYZ | 30.61 | 27.61 | 4.33 | - |
| YUV | 136.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 19 | 0 | 0.33 | 0.90 | 0.24 | 37.84 | 0.82 | 0.42 |
| Hex | C3 | 82 | 13 | 0 | 21 | 5A | 18 | 26 | 52 | 2A |
| Octal | 303 | 202 | 23 | 0 | 41 | 132 | 30 | 46 | 122 | 52 |
| Binary | 11000011 | 10000010 | 10011 | 0 | 100001 | 1011010 | 11000 | 100110 | 1010010 | 101010 |
Color Harmonies of #C38213
Complementary color
Monochromatic Colors of #C38213
Black with #C38213
Text Example
Text Example
White with #C38213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38213; }
p { color: rgb(195,130,19); }
H1.HeaderClassName
{
color: #C38213;
}
.AnyTagClassName
{
color: #C38213;
}
</style>
background-color css
<style>
a { background-color: #C38213; }
a { background-color: rgb(195,130,19); }
div.DivClassName
{
background-color: #C38213;
}
.BgClassName
{
background-color: #C38213;
}
</style>
border-color css
<style>
span { border-color: #C38213; }
span { border-color: rgb(195,130,19); }
td.TdClassName
{
border-color: #C38213;
}
.TagClassName
{
border-color: #C38213;
}
</style>