Shades of Geebung #CC8928
Tints of Geebung #CC8928
RGB
CMYK
RGB Variations
Color information
#CC8928 (or 0xCC8928) is known color: Geebung. HEX triplet: CC, 89 and 28. RGB value is (204,137,40). Sum of RGB (Red+Green+Blue) = 204+137+40=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 40 (16.02% from 255 or 10.50% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8928 is #3376D7. Grayscale: #929292. Windows color (decimal): -3372760 or 2656716. OLE color: 2656716.
HSL color Cylindrical-coordinate representation of color #CC8928: hue angle of 35.49º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC8928 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 40 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.2 |
| HSL | 35.49º | 0.67% | 0.48% | - |
| HSV(B) | 35.49º | 0.8% | 0.8% | - |
| XYZ | 34.23 | 30.88 | 6.16 | - |
| YUV | 145.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 40 | 0 | 0.33 | 0.80 | 0.2 | 35.49 | 0.67 | 0.48 |
| Hex | CC | 89 | 28 | 0 | 21 | 50 | 14 | 23 | 43 | 30 |
| Octal | 314 | 211 | 50 | 0 | 41 | 120 | 24 | 43 | 103 | 60 |
| Binary | 11001100 | 10001001 | 101000 | 0 | 100001 | 1010000 | 10100 | 100011 | 1000011 | 110000 |
Color Harmonies of #CC8928
Complementary color
Monochromatic Colors of #CC8928
Black with #CC8928
Text Example
Text Example
White with #CC8928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8928; }
p { color: rgb(204,137,40); }
H1.HeaderClassName
{
color: #CC8928;
}
.AnyTagClassName
{
color: #CC8928;
}
</style>
background-color css
<style>
a { background-color: #CC8928; }
a { background-color: rgb(204,137,40); }
div.DivClassName
{
background-color: #CC8928;
}
.BgClassName
{
background-color: #CC8928;
}
</style>
border-color css
<style>
span { border-color: #CC8928; }
span { border-color: rgb(204,137,40); }
td.TdClassName
{
border-color: #CC8928;
}
.TagClassName
{
border-color: #CC8928;
}
</style>