Shades of Geebung #CA8A21
Tints of Geebung #CA8A21
RGB
CMYK
RGB Variations
Color information
#CA8A21 (or 0xCA8A21) is known color: Geebung. HEX triplet: CA, 8A and 21. RGB value is (202,138,33). Sum of RGB (Red+Green+Blue) = 202+138+33=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A21 is #3575DE. Grayscale: #919191. Windows color (decimal): -3503583 or 2198218. OLE color: 2198218.
HSL color Cylindrical-coordinate representation of color #CA8A21: hue angle of 37.28º 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 #CA8A21 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 33 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.21 |
| HSL | 37.28º | 0.72% | 0.46% | - |
| HSV(B) | 37.28º | 0.84% | 0.79% | - |
| XYZ | 33.72 | 30.84 | 5.61 | - |
| YUV | 145.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 33 | 0 | 0.32 | 0.84 | 0.21 | 37.28 | 0.72 | 0.46 |
| Hex | CA | 8A | 21 | 0 | 20 | 54 | 15 | 25 | 48 | 2E |
| Octal | 312 | 212 | 41 | 0 | 40 | 124 | 25 | 45 | 110 | 56 |
| Binary | 11001010 | 10001010 | 100001 | 0 | 100000 | 1010100 | 10101 | 100101 | 1001000 | 101110 |
Color Harmonies of #CA8A21
Complementary color
Monochromatic Colors of #CA8A21
Black with #CA8A21
Text Example
Text Example
White with #CA8A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A21; }
p { color: rgb(202,138,33); }
H1.HeaderClassName
{
color: #CA8A21;
}
.AnyTagClassName
{
color: #CA8A21;
}
</style>
background-color css
<style>
a { background-color: #CA8A21; }
a { background-color: rgb(202,138,33); }
div.DivClassName
{
background-color: #CA8A21;
}
.BgClassName
{
background-color: #CA8A21;
}
</style>
border-color css
<style>
span { border-color: #CA8A21; }
span { border-color: rgb(202,138,33); }
td.TdClassName
{
border-color: #CA8A21;
}
.TagClassName
{
border-color: #CA8A21;
}
</style>