Shades of Geebung #CC881D
Tints of Geebung #CC881D
RGB
CMYK
RGB Variations
Color information
#CC881D (or 0xCC881D) is known color: Geebung. HEX triplet: CC, 88 and 1D. RGB value is (204,136,29). Sum of RGB (Red+Green+Blue) = 204+136+29=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC881D is #3377E2. Grayscale: #909090. Windows color (decimal): -3373027 or 1935564. OLE color: 1935564.
HSL color Cylindrical-coordinate representation of color #CC881D: hue angle of 36.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC881D is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 29 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.2 |
| HSL | 36.69º | 0.75% | 0.46% | - |
| HSV(B) | 36.69º | 0.86% | 0.8% | - |
| XYZ | 33.93 | 30.53 | 5.27 | - |
| YUV | 144.13 | 63.03 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 29 | 0 | 0.33 | 0.86 | 0.2 | 36.69 | 0.75 | 0.46 |
| Hex | CC | 88 | 1D | 0 | 21 | 56 | 14 | 25 | 4B | 2E |
| Octal | 314 | 210 | 35 | 0 | 41 | 126 | 24 | 45 | 113 | 56 |
| Binary | 11001100 | 10001000 | 11101 | 0 | 100001 | 1010110 | 10100 | 100101 | 1001011 | 101110 |
Color Harmonies of #CC881D
Complementary color
Monochromatic Colors of #CC881D
Black with #CC881D
Text Example
Text Example
White with #CC881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC881D; }
p { color: rgb(204,136,29); }
H1.HeaderClassName
{
color: #CC881D;
}
.AnyTagClassName
{
color: #CC881D;
}
</style>
background-color css
<style>
a { background-color: #CC881D; }
a { background-color: rgb(204,136,29); }
div.DivClassName
{
background-color: #CC881D;
}
.BgClassName
{
background-color: #CC881D;
}
</style>
border-color css
<style>
span { border-color: #CC881D; }
span { border-color: rgb(204,136,29); }
td.TdClassName
{
border-color: #CC881D;
}
.TagClassName
{
border-color: #CC881D;
}
</style>