Shades of Geebung #CC881E
Tints of Geebung #CC881E
RGB
CMYK
RGB Variations
Color information
#CC881E (or 0xCC881E) is known color: Geebung. HEX triplet: CC, 88 and 1E. RGB value is (204,136,30). Sum of RGB (Red+Green+Blue) = 204+136+30=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC881E is #3377E1. Grayscale: #909090. Windows color (decimal): -3373026 or 2001100. OLE color: 2001100.
HSL color Cylindrical-coordinate representation of color #CC881E: hue angle of 36.55º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC881E is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 30 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.2 |
| HSL | 36.55º | 0.74% | 0.46% | - |
| HSV(B) | 36.55º | 0.85% | 0.8% | - |
| XYZ | 33.94 | 30.54 | 5.33 | - |
| YUV | 144.25 | 63.53 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 30 | 0 | 0.33 | 0.85 | 0.2 | 36.55 | 0.74 | 0.46 |
| Hex | CC | 88 | 1E | 0 | 21 | 55 | 14 | 25 | 4A | 2E |
| Octal | 314 | 210 | 36 | 0 | 41 | 125 | 24 | 45 | 112 | 56 |
| Binary | 11001100 | 10001000 | 11110 | 0 | 100001 | 1010101 | 10100 | 100101 | 1001010 | 101110 |
Color Harmonies of #CC881E
Complementary color
Monochromatic Colors of #CC881E
Black with #CC881E
Text Example
Text Example
White with #CC881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC881E; }
p { color: rgb(204,136,30); }
H1.HeaderClassName
{
color: #CC881E;
}
.AnyTagClassName
{
color: #CC881E;
}
</style>
background-color css
<style>
a { background-color: #CC881E; }
a { background-color: rgb(204,136,30); }
div.DivClassName
{
background-color: #CC881E;
}
.BgClassName
{
background-color: #CC881E;
}
</style>
border-color css
<style>
span { border-color: #CC881E; }
span { border-color: rgb(204,136,30); }
td.TdClassName
{
border-color: #CC881E;
}
.TagClassName
{
border-color: #CC881E;
}
</style>