Shades of Dark Goldenrod #C3820D
Tints of Dark Goldenrod #C3820D
RGB
CMYK
RGB Variations
Color information
#C3820D (or 0xC3820D) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 0D. RGB value is (195,130,13). Sum of RGB (Red+Green+Blue) = 195+130+13=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3820D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3820D is #3C7DF2. Grayscale: #888888. Windows color (decimal): -3964403 or 885443. OLE color: 885443.
HSL color Cylindrical-coordinate representation of color #C3820D: hue angle of 38.57º degrees, saturation: 0.88, 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 #C3820D is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 13 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.24 |
| HSL | 38.57º | 0.88% | 0.41% | - |
| HSV(B) | 38.57º | 0.93% | 0.76% | - |
| XYZ | 30.56 | 27.6 | 4.1 | - |
| YUV | 136.1 | 58.53 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 13 | 0 | 0.33 | 0.93 | 0.24 | 38.57 | 0.88 | 0.41 |
| Hex | C3 | 82 | D | 0 | 21 | 5D | 18 | 27 | 58 | 29 |
| Octal | 303 | 202 | 15 | 0 | 41 | 135 | 30 | 47 | 130 | 51 |
| Binary | 11000011 | 10000010 | 1101 | 0 | 100001 | 1011101 | 11000 | 100111 | 1011000 | 101001 |
Color Harmonies of #C3820D
Complementary color
Monochromatic Colors of #C3820D
Black with #C3820D
Text Example
Text Example
White with #C3820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3820D; }
p { color: rgb(195,130,13); }
H1.HeaderClassName
{
color: #C3820D;
}
.AnyTagClassName
{
color: #C3820D;
}
</style>
background-color css
<style>
a { background-color: #C3820D; }
a { background-color: rgb(195,130,13); }
div.DivClassName
{
background-color: #C3820D;
}
.BgClassName
{
background-color: #C3820D;
}
</style>
border-color css
<style>
span { border-color: #C3820D; }
span { border-color: rgb(195,130,13); }
td.TdClassName
{
border-color: #C3820D;
}
.TagClassName
{
border-color: #C3820D;
}
</style>