Shades of Geebung #C28021
Tints of Geebung #C28021
RGB
CMYK
RGB Variations
Color information
#C28021 (or 0xC28021) is known color: Geebung. HEX triplet: C2, 80 and 21. RGB value is (194,128,33). Sum of RGB (Red+Green+Blue) = 194+128+33=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C28021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28021 is #3D7FDE. Grayscale: #898989. Windows color (decimal): -4030431 or 2195650. OLE color: 2195650.
HSL color Cylindrical-coordinate representation of color #C28021: hue angle of 35.4º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C28021 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 33 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.24 |
| HSL | 35.4º | 0.71% | 0.45% | - |
| HSV(B) | 35.4º | 0.83% | 0.76% | - |
| XYZ | 30.24 | 27.02 | 5.06 | - |
| YUV | 136.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 33 | 0 | 0.34 | 0.83 | 0.24 | 35.4 | 0.71 | 0.45 |
| Hex | C2 | 80 | 21 | 0 | 22 | 53 | 18 | 23 | 47 | 2D |
| Octal | 302 | 200 | 41 | 0 | 42 | 123 | 30 | 43 | 107 | 55 |
| Binary | 11000010 | 10000000 | 100001 | 0 | 100010 | 1010011 | 11000 | 100011 | 1000111 | 101101 |
Color Harmonies of #C28021
Complementary color
Monochromatic Colors of #C28021
Black with #C28021
Text Example
Text Example
White with #C28021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28021; }
p { color: rgb(194,128,33); }
H1.HeaderClassName
{
color: #C28021;
}
.AnyTagClassName
{
color: #C28021;
}
</style>
background-color css
<style>
a { background-color: #C28021; }
a { background-color: rgb(194,128,33); }
div.DivClassName
{
background-color: #C28021;
}
.BgClassName
{
background-color: #C28021;
}
</style>
border-color css
<style>
span { border-color: #C28021; }
span { border-color: rgb(194,128,33); }
td.TdClassName
{
border-color: #C28021;
}
.TagClassName
{
border-color: #C28021;
}
</style>