Shades of Geebung #CF8621
Tints of Geebung #CF8621
RGB
CMYK
RGB Variations
Color information
#CF8621 (or 0xCF8621) is known color: Geebung. HEX triplet: CF, 86 and 21. RGB value is (207,134,33). Sum of RGB (Red+Green+Blue) = 207+134+33=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8621 is #3079DE. Grayscale: #909090. Windows color (decimal): -3176927 or 2197199. OLE color: 2197199.
HSL color Cylindrical-coordinate representation of color #CF8621: hue angle of 34.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF8621 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 33 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.19 |
| HSL | 34.83º | 0.73% | 0.47% | - |
| HSV(B) | 34.83º | 0.84% | 0.81% | - |
| XYZ | 34.53 | 30.43 | 5.49 | - |
| YUV | 144.31 | 65.18 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 33 | 0 | 0.35 | 0.84 | 0.19 | 34.83 | 0.73 | 0.47 |
| Hex | CF | 86 | 21 | 0 | 23 | 54 | 13 | 23 | 48 | 2F |
| Octal | 317 | 206 | 41 | 0 | 43 | 124 | 23 | 43 | 110 | 57 |
| Binary | 11001111 | 10000110 | 100001 | 0 | 100011 | 1010100 | 10011 | 100011 | 1001000 | 101111 |
Color Harmonies of #CF8621
Complementary color
Monochromatic Colors of #CF8621
Black with #CF8621
Text Example
Text Example
White with #CF8621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8621; }
p { color: rgb(207,134,33); }
H1.HeaderClassName
{
color: #CF8621;
}
.AnyTagClassName
{
color: #CF8621;
}
</style>
background-color css
<style>
a { background-color: #CF8621; }
a { background-color: rgb(207,134,33); }
div.DivClassName
{
background-color: #CF8621;
}
.BgClassName
{
background-color: #CF8621;
}
</style>
border-color css
<style>
span { border-color: #CF8621; }
span { border-color: rgb(207,134,33); }
td.TdClassName
{
border-color: #CF8621;
}
.TagClassName
{
border-color: #CF8621;
}
</style>