Shades of Dark Goldenrod #C3800B
Tints of Dark Goldenrod #C3800B
RGB
CMYK
RGB Variations
Color information
#C3800B (or 0xC3800B) is known color: Dark Goldenrod. HEX triplet: C3, 80 and 0B. RGB value is (195,128,11). Sum of RGB (Red+Green+Blue) = 195+128+11=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C3800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3800B is #3C7FF4. Grayscale: #878787. Windows color (decimal): -3964917 or 753859. OLE color: 753859.
HSL color Cylindrical-coordinate representation of color #C3800B: hue angle of 38.15º 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 #C3800B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.24 |
| HSL | 38.15º | 0.89% | 0.4% | - |
| HSV(B) | 38.15º | 0.94% | 0.76% | - |
| XYZ | 30.29 | 27.06 | 3.94 | - |
| YUV | 134.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 11 | 0 | 0.34 | 0.94 | 0.24 | 38.15 | 0.89 | 0.4 |
| Hex | C3 | 80 | B | 0 | 22 | 5E | 18 | 26 | 59 | 28 |
| Octal | 303 | 200 | 13 | 0 | 42 | 136 | 30 | 46 | 131 | 50 |
| Binary | 11000011 | 10000000 | 1011 | 0 | 100010 | 1011110 | 11000 | 100110 | 1011001 | 101000 |
Color Harmonies of #C3800B
Complementary color
Monochromatic Colors of #C3800B
Black with #C3800B
Text Example
Text Example
White with #C3800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3800B; }
p { color: rgb(195,128,11); }
H1.HeaderClassName
{
color: #C3800B;
}
.AnyTagClassName
{
color: #C3800B;
}
</style>
background-color css
<style>
a { background-color: #C3800B; }
a { background-color: rgb(195,128,11); }
div.DivClassName
{
background-color: #C3800B;
}
.BgClassName
{
background-color: #C3800B;
}
</style>
border-color css
<style>
span { border-color: #C3800B; }
span { border-color: rgb(195,128,11); }
td.TdClassName
{
border-color: #C3800B;
}
.TagClassName
{
border-color: #C3800B;
}
</style>