Shades of Geebung #CA8621
Tints of Geebung #CA8621
RGB
CMYK
RGB Variations
Color information
#CA8621 (or 0xCA8621) is known color: Geebung. HEX triplet: CA, 86 and 21. RGB value is (202,134,33). Sum of RGB (Red+Green+Blue) = 202+134+33=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8621 is #3579DE. Grayscale: #8F8F8F. Windows color (decimal): -3504607 or 2197194. OLE color: 2197194.
HSL color Cylindrical-coordinate representation of color #CA8621: hue angle of 35.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA8621 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 33 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.21 |
| HSL | 35.86º | 0.72% | 0.46% | - |
| HSV(B) | 35.86º | 0.84% | 0.79% | - |
| XYZ | 33.16 | 29.72 | 5.43 | - |
| YUV | 142.82 | 66.03 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 33 | 0 | 0.34 | 0.84 | 0.21 | 35.86 | 0.72 | 0.46 |
| Hex | CA | 86 | 21 | 0 | 22 | 54 | 15 | 24 | 48 | 2E |
| Octal | 312 | 206 | 41 | 0 | 42 | 124 | 25 | 44 | 110 | 56 |
| Binary | 11001010 | 10000110 | 100001 | 0 | 100010 | 1010100 | 10101 | 100100 | 1001000 | 101110 |
Color Harmonies of #CA8621
Complementary color
Monochromatic Colors of #CA8621
Black with #CA8621
Text Example
Text Example
White with #CA8621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8621; }
p { color: rgb(202,134,33); }
H1.HeaderClassName
{
color: #CA8621;
}
.AnyTagClassName
{
color: #CA8621;
}
</style>
background-color css
<style>
a { background-color: #CA8621; }
a { background-color: rgb(202,134,33); }
div.DivClassName
{
background-color: #CA8621;
}
.BgClassName
{
background-color: #CA8621;
}
</style>
border-color css
<style>
span { border-color: #CA8621; }
span { border-color: rgb(202,134,33); }
td.TdClassName
{
border-color: #CA8621;
}
.TagClassName
{
border-color: #CA8621;
}
</style>