Shades of Geebung #C98B21
Tints of Geebung #C98B21
RGB
CMYK
RGB Variations
Color information
#C98B21 (or 0xC98B21) is known color: Geebung. HEX triplet: C9, 8B and 21. RGB value is (201,139,33). Sum of RGB (Red+Green+Blue) = 201+139+33=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B21 is #3674DE. Grayscale: #919191. Windows color (decimal): -3568863 or 2198473. OLE color: 2198473.
HSL color Cylindrical-coordinate representation of color #C98B21: hue angle of 37.86º 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 #C98B21 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 139 | 33 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.21 |
| HSL | 37.86º | 0.72% | 0.46% | - |
| HSV(B) | 37.86º | 0.84% | 0.79% | - |
| XYZ | 33.59 | 30.99 | 5.65 | - |
| YUV | 145.45 | 64.54 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 139 | 33 | 0 | 0.31 | 0.84 | 0.21 | 37.86 | 0.72 | 0.46 |
| Hex | C9 | 8B | 21 | 0 | 1F | 54 | 15 | 26 | 48 | 2E |
| Octal | 311 | 213 | 41 | 0 | 37 | 124 | 25 | 46 | 110 | 56 |
| Binary | 11001001 | 10001011 | 100001 | 0 | 11111 | 1010100 | 10101 | 100110 | 1001000 | 101110 |
Color Harmonies of #C98B21
Complementary color
Monochromatic Colors of #C98B21
Black with #C98B21
Text Example
Text Example
White with #C98B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98B21; }
p { color: rgb(201,139,33); }
H1.HeaderClassName
{
color: #C98B21;
}
.AnyTagClassName
{
color: #C98B21;
}
</style>
background-color css
<style>
a { background-color: #C98B21; }
a { background-color: rgb(201,139,33); }
div.DivClassName
{
background-color: #C98B21;
}
.BgClassName
{
background-color: #C98B21;
}
</style>
border-color css
<style>
span { border-color: #C98B21; }
span { border-color: rgb(201,139,33); }
td.TdClassName
{
border-color: #C98B21;
}
.TagClassName
{
border-color: #C98B21;
}
</style>