Shades of Geebung #CC8B21
Tints of Geebung #CC8B21
RGB
CMYK
RGB Variations
Color information
#CC8B21 (or 0xCC8B21) is known color: Geebung. HEX triplet: CC, 8B and 21. RGB value is (204,139,33). Sum of RGB (Red+Green+Blue) = 204+139+33=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B21 is #3374DE. Grayscale: #929292. Windows color (decimal): -3372255 or 2198476. OLE color: 2198476.
HSL color Cylindrical-coordinate representation of color #CC8B21: hue angle of 37.19º 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 #CC8B21 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 33 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.2 |
| HSL | 37.19º | 0.72% | 0.46% | - |
| HSV(B) | 37.19º | 0.84% | 0.8% | - |
| XYZ | 34.41 | 31.41 | 5.69 | - |
| YUV | 146.35 | 64.03 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 33 | 0 | 0.32 | 0.84 | 0.2 | 37.19 | 0.72 | 0.46 |
| Hex | CC | 8B | 21 | 0 | 20 | 54 | 14 | 25 | 48 | 2E |
| Octal | 314 | 213 | 41 | 0 | 40 | 124 | 24 | 45 | 110 | 56 |
| Binary | 11001100 | 10001011 | 100001 | 0 | 100000 | 1010100 | 10100 | 100101 | 1001000 | 101110 |
Color Harmonies of #CC8B21
Complementary color
Monochromatic Colors of #CC8B21
Black with #CC8B21
Text Example
Text Example
White with #CC8B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B21; }
p { color: rgb(204,139,33); }
H1.HeaderClassName
{
color: #CC8B21;
}
.AnyTagClassName
{
color: #CC8B21;
}
</style>
background-color css
<style>
a { background-color: #CC8B21; }
a { background-color: rgb(204,139,33); }
div.DivClassName
{
background-color: #CC8B21;
}
.BgClassName
{
background-color: #CC8B21;
}
</style>
border-color css
<style>
span { border-color: #CC8B21; }
span { border-color: rgb(204,139,33); }
td.TdClassName
{
border-color: #CC8B21;
}
.TagClassName
{
border-color: #CC8B21;
}
</style>