Shades of Geebung #CC8324
Tints of Geebung #CC8324
RGB
CMYK
RGB Variations
Color information
#CC8324 (or 0xCC8324) is known color: Geebung. HEX triplet: CC, 83 and 24. RGB value is (204,131,36). Sum of RGB (Red+Green+Blue) = 204+131+36=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8324 is #337CDB. Grayscale: #8E8E8E. Windows color (decimal): -3374300 or 2393036. OLE color: 2393036.
HSL color Cylindrical-coordinate representation of color #CC8324: hue angle of 33.93º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC8324 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 36 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.2 |
| HSL | 33.93º | 0.7% | 0.47% | - |
| HSV(B) | 33.93º | 0.82% | 0.8% | - |
| XYZ | 33.34 | 29.2 | 5.55 | - |
| YUV | 142 | 68.18 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 36 | 0 | 0.36 | 0.82 | 0.2 | 33.93 | 0.7 | 0.47 |
| Hex | CC | 83 | 24 | 0 | 24 | 52 | 14 | 22 | 46 | 2F |
| Octal | 314 | 203 | 44 | 0 | 44 | 122 | 24 | 42 | 106 | 57 |
| Binary | 11001100 | 10000011 | 100100 | 0 | 100100 | 1010010 | 10100 | 100010 | 1000110 | 101111 |
Color Harmonies of #CC8324
Complementary color
Monochromatic Colors of #CC8324
Black with #CC8324
Text Example
Text Example
White with #CC8324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8324; }
p { color: rgb(204,131,36); }
H1.HeaderClassName
{
color: #CC8324;
}
.AnyTagClassName
{
color: #CC8324;
}
</style>
background-color css
<style>
a { background-color: #CC8324; }
a { background-color: rgb(204,131,36); }
div.DivClassName
{
background-color: #CC8324;
}
.BgClassName
{
background-color: #CC8324;
}
</style>
border-color css
<style>
span { border-color: #CC8324; }
span { border-color: rgb(204,131,36); }
td.TdClassName
{
border-color: #CC8324;
}
.TagClassName
{
border-color: #CC8324;
}
</style>