Shades of Geebung #CC8821
Tints of Geebung #CC8821
RGB
CMYK
RGB Variations
Color information
#CC8821 (or 0xCC8821) is known color: Geebung. HEX triplet: CC, 88 and 21. RGB value is (204,136,33). Sum of RGB (Red+Green+Blue) = 204+136+33=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8821 is #3377DE. Grayscale: #919191. Windows color (decimal): -3373023 or 2197708. OLE color: 2197708.
HSL color Cylindrical-coordinate representation of color #CC8821: hue angle of 36.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC8821 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 33 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.2 |
| HSL | 36.14º | 0.72% | 0.46% | - |
| HSV(B) | 36.14º | 0.84% | 0.8% | - |
| XYZ | 33.98 | 30.56 | 5.55 | - |
| YUV | 144.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 33 | 0 | 0.33 | 0.84 | 0.2 | 36.14 | 0.72 | 0.46 |
| Hex | CC | 88 | 21 | 0 | 21 | 54 | 14 | 24 | 48 | 2E |
| Octal | 314 | 210 | 41 | 0 | 41 | 124 | 24 | 44 | 110 | 56 |
| Binary | 11001100 | 10001000 | 100001 | 0 | 100001 | 1010100 | 10100 | 100100 | 1001000 | 101110 |
Color Harmonies of #CC8821
Complementary color
Monochromatic Colors of #CC8821
Black with #CC8821
Text Example
Text Example
White with #CC8821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8821; }
p { color: rgb(204,136,33); }
H1.HeaderClassName
{
color: #CC8821;
}
.AnyTagClassName
{
color: #CC8821;
}
</style>
background-color css
<style>
a { background-color: #CC8821; }
a { background-color: rgb(204,136,33); }
div.DivClassName
{
background-color: #CC8821;
}
.BgClassName
{
background-color: #CC8821;
}
</style>
border-color css
<style>
span { border-color: #CC8821; }
span { border-color: rgb(204,136,33); }
td.TdClassName
{
border-color: #CC8821;
}
.TagClassName
{
border-color: #CC8821;
}
</style>