Shades of Geebung #CC871F
Tints of Geebung #CC871F
RGB
CMYK
RGB Variations
Color information
#CC871F (or 0xCC871F) is known color: Geebung. HEX triplet: CC, 87 and 1F. RGB value is (204,135,31). Sum of RGB (Red+Green+Blue) = 204+135+31=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC871F is #3378E0. Grayscale: #909090. Windows color (decimal): -3373281 or 2066380. OLE color: 2066380.
HSL color Cylindrical-coordinate representation of color #CC871F: hue angle of 36.07º 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 #CC871F is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 31 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.2 |
| HSL | 36.07º | 0.74% | 0.46% | - |
| HSV(B) | 36.07º | 0.85% | 0.8% | - |
| XYZ | 33.81 | 30.26 | 5.36 | - |
| YUV | 143.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 31 | 0 | 0.34 | 0.85 | 0.2 | 36.07 | 0.74 | 0.46 |
| Hex | CC | 87 | 1F | 0 | 22 | 55 | 14 | 24 | 4A | 2E |
| Octal | 314 | 207 | 37 | 0 | 42 | 125 | 24 | 44 | 112 | 56 |
| Binary | 11001100 | 10000111 | 11111 | 0 | 100010 | 1010101 | 10100 | 100100 | 1001010 | 101110 |
Color Harmonies of #CC871F
Complementary color
Monochromatic Colors of #CC871F
Black with #CC871F
Text Example
Text Example
White with #CC871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC871F; }
p { color: rgb(204,135,31); }
H1.HeaderClassName
{
color: #CC871F;
}
.AnyTagClassName
{
color: #CC871F;
}
</style>
background-color css
<style>
a { background-color: #CC871F; }
a { background-color: rgb(204,135,31); }
div.DivClassName
{
background-color: #CC871F;
}
.BgClassName
{
background-color: #CC871F;
}
</style>
border-color css
<style>
span { border-color: #CC871F; }
span { border-color: rgb(204,135,31); }
td.TdClassName
{
border-color: #CC871F;
}
.TagClassName
{
border-color: #CC871F;
}
</style>