Shades of Dark Goldenrod #C3820B
Tints of Dark Goldenrod #C3820B
RGB
CMYK
RGB Variations
Color information
#C3820B (or 0xC3820B) is known color: Dark Goldenrod. HEX triplet: C3, 82 and 0B. RGB value is (195,130,11). Sum of RGB (Red+Green+Blue) = 195+130+11=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3820B is #3C7DF4. Grayscale: #888888. Windows color (decimal): -3964405 or 754371. OLE color: 754371.
HSL color Cylindrical-coordinate representation of color #C3820B: hue angle of 38.8º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3820B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.24 |
| HSL | 38.8º | 0.89% | 0.4% | - |
| HSV(B) | 38.8º | 0.94% | 0.76% | - |
| XYZ | 30.55 | 27.59 | 4.03 | - |
| YUV | 135.87 | 57.53 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 11 | 0 | 0.33 | 0.94 | 0.24 | 38.8 | 0.89 | 0.4 |
| Hex | C3 | 82 | B | 0 | 21 | 5E | 18 | 27 | 59 | 28 |
| Octal | 303 | 202 | 13 | 0 | 41 | 136 | 30 | 47 | 131 | 50 |
| Binary | 11000011 | 10000010 | 1011 | 0 | 100001 | 1011110 | 11000 | 100111 | 1011001 | 101000 |
Color Harmonies of #C3820B
Complementary color
Monochromatic Colors of #C3820B
Black with #C3820B
Text Example
Text Example
White with #C3820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3820B; }
p { color: rgb(195,130,11); }
H1.HeaderClassName
{
color: #C3820B;
}
.AnyTagClassName
{
color: #C3820B;
}
</style>
background-color css
<style>
a { background-color: #C3820B; }
a { background-color: rgb(195,130,11); }
div.DivClassName
{
background-color: #C3820B;
}
.BgClassName
{
background-color: #C3820B;
}
</style>
border-color css
<style>
span { border-color: #C3820B; }
span { border-color: rgb(195,130,11); }
td.TdClassName
{
border-color: #C3820B;
}
.TagClassName
{
border-color: #C3820B;
}
</style>