Shades of Geebung #C98921
Tints of Geebung #C98921
RGB
CMYK
RGB Variations
Color information
#C98921 (or 0xC98921) is known color: Geebung. HEX triplet: C9, 89 and 21. RGB value is (201,137,33). Sum of RGB (Red+Green+Blue) = 201+137+33=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C98921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98921 is #3676DE. Grayscale: #909090. Windows color (decimal): -3569375 or 2197961. OLE color: 2197961.
HSL color Cylindrical-coordinate representation of color #C98921: hue angle of 37.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C98921 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 137 | 33 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.21 |
| HSL | 37.14º | 0.72% | 0.46% | - |
| HSV(B) | 37.14º | 0.84% | 0.79% | - |
| XYZ | 33.31 | 30.42 | 5.55 | - |
| YUV | 144.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 137 | 33 | 0 | 0.32 | 0.84 | 0.21 | 37.14 | 0.72 | 0.46 |
| Hex | C9 | 89 | 21 | 0 | 20 | 54 | 15 | 25 | 48 | 2E |
| Octal | 311 | 211 | 41 | 0 | 40 | 124 | 25 | 45 | 110 | 56 |
| Binary | 11001001 | 10001001 | 100001 | 0 | 100000 | 1010100 | 10101 | 100101 | 1001000 | 101110 |
Color Harmonies of #C98921
Complementary color
Monochromatic Colors of #C98921
Black with #C98921
Text Example
Text Example
White with #C98921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98921; }
p { color: rgb(201,137,33); }
H1.HeaderClassName
{
color: #C98921;
}
.AnyTagClassName
{
color: #C98921;
}
</style>
background-color css
<style>
a { background-color: #C98921; }
a { background-color: rgb(201,137,33); }
div.DivClassName
{
background-color: #C98921;
}
.BgClassName
{
background-color: #C98921;
}
</style>
border-color css
<style>
span { border-color: #C98921; }
span { border-color: rgb(201,137,33); }
td.TdClassName
{
border-color: #C98921;
}
.TagClassName
{
border-color: #C98921;
}
</style>