Shades of Dark Goldenrod #C2800B
Tints of Dark Goldenrod #C2800B
RGB
CMYK
RGB Variations
Color information
#C2800B (or 0xC2800B) is known color: Dark Goldenrod. HEX triplet: C2, 80 and 0B. RGB value is (194,128,11). Sum of RGB (Red+Green+Blue) = 194+128+11=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2800B is #3D7FF4. Grayscale: #868686. Windows color (decimal): -4030453 or 753858. OLE color: 753858.
HSL color Cylindrical-coordinate representation of color #C2800B: hue angle of 38.36º 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 #C2800B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.24 |
| HSL | 38.36º | 0.89% | 0.4% | - |
| HSV(B) | 38.36º | 0.94% | 0.76% | - |
| XYZ | 30.03 | 26.93 | 3.93 | - |
| YUV | 134.4 | 58.37 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 11 | 0 | 0.34 | 0.94 | 0.24 | 38.36 | 0.89 | 0.4 |
| Hex | C2 | 80 | B | 0 | 22 | 5E | 18 | 26 | 59 | 28 |
| Octal | 302 | 200 | 13 | 0 | 42 | 136 | 30 | 46 | 131 | 50 |
| Binary | 11000010 | 10000000 | 1011 | 0 | 100010 | 1011110 | 11000 | 100110 | 1011001 | 101000 |
Color Harmonies of #C2800B
Complementary color
Monochromatic Colors of #C2800B
Black with #C2800B
Text Example
Text Example
White with #C2800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2800B; }
p { color: rgb(194,128,11); }
H1.HeaderClassName
{
color: #C2800B;
}
.AnyTagClassName
{
color: #C2800B;
}
</style>
background-color css
<style>
a { background-color: #C2800B; }
a { background-color: rgb(194,128,11); }
div.DivClassName
{
background-color: #C2800B;
}
.BgClassName
{
background-color: #C2800B;
}
</style>
border-color css
<style>
span { border-color: #C2800B; }
span { border-color: rgb(194,128,11); }
td.TdClassName
{
border-color: #C2800B;
}
.TagClassName
{
border-color: #C2800B;
}
</style>